Skip to content

Commit 899ce1c

Browse files
committed
Update build_dynamo_all.yml
1 parent 5abe2c1 commit 899ce1c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_dynamo_all.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
dotnet --info
3333
- name: Build Dynamo with MSBuild for Windows
3434
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
35+
msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release /warnAsError:RS0016,RS0017 /p:PublicApiAnalyzers=true
3736
- name: Look for DynamoCLI.exe
3837
run: |
3938
Write-Output "***Locating DynamoCLI.exe!***"

0 commit comments

Comments
 (0)