Skip to content

Commit 4b2a673

Browse files
aviditQilongTangCopilot
authored
DYN-9196 Update dynamo_bin_diff workflow (DynamoDS#16497)
Co-authored-by: Aaron (Qilong) <aaron.tang@autodesk.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 91d2a88 commit 4b2a673

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build_dynamo_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup dotnet
3232
uses: actions/setup-dotnet@v5
3333
with:
34-
dotnet-version: |
34+
dotnet-version: |
3535
8.0.x
3636
9.0.x
3737
10.0.x

.github/workflows/build_dynamo_core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup dotnet
3232
uses: actions/setup-dotnet@v5
3333
with:
34-
dotnet-version: |
34+
dotnet-version: |
3535
8.0.x
3636
9.0.x
3737
10.0.x
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup dotnet
7878
uses: actions/setup-dotnet@v5
7979
with:
80-
dotnet-version: |
80+
dotnet-version: |
8181
8.0.x
8282
9.0.x
8383
10.0.x
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup dotnet
109109
uses: actions/setup-dotnet@v5
110110
with:
111-
dotnet-version: |
111+
dotnet-version: |
112112
8.0.x
113113
9.0.x
114114
10.0.x

.github/workflows/dynamo_bin_diff.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup dotnet
3333
uses: actions/setup-dotnet@v5
3434
with:
35-
dotnet-version: |
35+
dotnet-version: |
3636
8.0.x
3737
9.0.x
3838
10.0.x
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies for windows runtime
4444
run: dotnet restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 -p:DotNet=net10.0
4545
- name: Build Dynamo with MSBuild
46-
run: msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release
46+
run: msbuild ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln /p:Configuration=Release
4747
- name: Look for DynamoCLI.exe
4848
run: |
4949
Write-Output "***Locating DynamoCLI.exe!***"
@@ -75,7 +75,7 @@ jobs:
7575
{
7676
"projects": ["src", "test"],
7777
"sdk": {
78-
"version": "8.0.100",
78+
"version": "10.0.100-preview.7.25380.108",
7979
"rollForward": "latestFeature"
8080
}
8181
}
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup dotnet
8585
uses: actions/setup-dotnet@v5
8686
with:
87-
dotnet-version: |
87+
dotnet-version: |
8888
8.0.x
8989
9.0.x
9090
10.0.x
@@ -93,9 +93,9 @@ jobs:
9393
- name: Setup msbuild
9494
uses: microsoft/setup-msbuild@v2
9595
- name: Install dependencies for windows runtime
96-
run: dotnet restore ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64
96+
run: dotnet restore ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release --runtime=win-x64 /p:DotNet=net10.0
9797
- name: Build Dynamo with MSBuild
98-
run: msbuild ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release
98+
run: msbuild ${{ github.workspace }}\master\src\Dynamo.All.sln /p:Configuration=Release
9999
- name: Look for DynamoCLI.exe
100100
run: |
101101
Write-Output "***Locating DynamoCLI.exe!***"

0 commit comments

Comments
 (0)