File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
2121 with :
22- dotnet-version : 7 .0.x
22+ dotnet-version : 8 .0.x
2323
2424 - name : Build LocalizerScript
2525 run : |
3232 .\LocalizerScript.exe "${{github.workspace}}/Views" "${{github.workspace}}/Strings"
3333
3434 - name : Upload .msixupload to artifacts
35- uses : actions/upload-artifact@v2
35+ uses : actions/upload-artifact@v4
3636 with :
3737 name : Strings
3838 path : " ${{github.workspace}}/Strings"
Original file line number Diff line number Diff line change 22cd .\Scripts
33dotnet build --configuration Release /p:Platform=" Any CPU"
44cd ..\
5- .\Scripts\bin\Release\net7 .0\LocalizerScript.exe .\Views .\
5+ .\Scripts\bin\Release\net8 .0\LocalizerScript.exe .\Views .\
66pause
You can’t perform that action at this time.
0 commit comments