Skip to content

Commit 3c3382f

Browse files
Update build_dynamo_core.yml (#16283)
1 parent 0ff45e0 commit 3c3382f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_dynamo_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install dependencies for linux runtime
8383
run: dotnet restore ${{ github.workspace }}\Dynamo\src\DynamoCore.sln -p:Configuration=Release -p:Platform=NET_Linux --runtime=linux-x64
8484
- name: Build DynamoCore with MSBuild for Linux
85-
run: msbuild ${{ github.workspace }}\Dynamo\src\DynamoCore.sln /p:Configuration=Release /p:Platform=NET_Linux
85+
run: dotnet build ${{ github.workspace }}\Dynamo\src\DynamoCore.sln -c Release /p:Platform=NET_Linux
8686
- name: Look for DynamoCLI
8787
run: |
8888
Write-Output "***Locating DynamoCLI for Linux!***"

0 commit comments

Comments
 (0)