File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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!***"
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 }
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
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!***"
You can’t perform that action at this time.
0 commit comments