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 0ff45e0 commit 3c3382fCopy full SHA for 3c3382f
1 file changed
.github/workflows/build_dynamo_core.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Install dependencies for linux runtime
83
run: dotnet restore ${{ github.workspace }}\Dynamo\src\DynamoCore.sln -p:Configuration=Release -p:Platform=NET_Linux --runtime=linux-x64
84
- name: Build DynamoCore with MSBuild for Linux
85
- run: msbuild ${{ github.workspace }}\Dynamo\src\DynamoCore.sln /p:Configuration=Release /p:Platform=NET_Linux
+ run: dotnet build ${{ github.workspace }}\Dynamo\src\DynamoCore.sln -c Release /p:Platform=NET_Linux
86
- name: Look for DynamoCLI
87
run: |
88
Write-Output "***Locating DynamoCLI for Linux!***"
0 commit comments