@@ -2,32 +2,32 @@ name: Nightly Build
22on : [pull_request, workflow_dispatch]
33
44jobs :
5- build :
6- runs-on : windows-latest
7- steps :
8- - name : Checkout
9- uses : actions/checkout@v4
10- with :
11- fetch-depth : 0
12- # Install the .NET workload
13- - name : Install .NET
14- uses : actions/setup-dotnet@v4
15- with :
16- dotnet-version : 8 .0.x
5+ build :
6+ runs-on : windows-latest
7+ steps :
8+ - name : Checkout
9+ uses : actions/checkout@v6
10+ with :
11+ fetch-depth : 0
12+ # Install the .NET workload
13+ - name : Install .NET
14+ uses : actions/setup-dotnet@v5
15+ with :
16+ dotnet-version : 10 .0.x
1717
18- - name : Build App
19- run : dotnet publish InternetTest\InternetTest.sln -c Release -p:DefineConstants=NIGHTLY -r win-x64 -o InternetTest\InternetTest\bin\release\net8 .0-windows\publish\win-x64
18+ - name : Build App
19+ run : dotnet publish InternetTest\InternetTest.sln -c Release -p:DefineConstants=NIGHTLY -r win-x64 -o InternetTest\InternetTest\bin\release\net10 .0-windows\publish\win-x64
2020
21- - name : Test App
22- run : dotnet test InternetTest\InternetTest.sln
21+ - name : Test App
22+ run : dotnet test InternetTest\InternetTest.sln
2323
24- - name : Build Setup
25- uses : nadeemjazmawe/inno-setup-action-cli@v6.0.5
26- with :
27- filepath : " ./InternetTest.Setup/Setup.iss"
24+ - name : Build Setup
25+ uses : nadeemjazmawe/inno-setup-action-cli@v6.0.5
26+ with :
27+ filepath : ' ./InternetTest.Setup/Setup.iss'
2828
29- - name : Upload Setup file
30- uses : actions/upload-artifact@v4
31- with :
32- name : InternetTestProSetup.exe
33- path : " ./InternetTest.Setup/Output/InternetTestProSetup.exe"
29+ - name : Upload Setup file
30+ uses : actions/upload-artifact@v6
31+ with :
32+ name : InternetTestProSetup.exe
33+ path : ' ./InternetTest.Setup/Output/InternetTestProSetup.exe'
0 commit comments