We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abe2c1 commit 899ce1cCopy full SHA for 899ce1c
1 file changed
.github/workflows/build_dynamo_all.yml
@@ -32,8 +32,7 @@ jobs:
32
dotnet --info
33
- name: Build Dynamo with MSBuild for Windows
34
run: |
35
- cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\"
36
- .\MSBuild.exe ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true
+ msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true
37
- name: Look for DynamoCLI.exe
38
39
Write-Output "***Locating DynamoCLI.exe!***"
0 commit comments