We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f424b7 commit 017183bCopy full SHA for 017183b
.github/workflows/build-samples.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
62
- name: Setup MSBuild.exe
63
- uses: microsoft/setup-msbuild@v1.0.2
+ uses: microsoft/setup-msbuild@v1.3.1
64
65
- name: Restore/Build the sample
66
run: msbuild SextantSample.sln /t:restore,build /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration
0 commit comments