File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 dotnet-version : 10.0.x
1919
2020 - name : Restore dependencies
21- run : dotnet restore Upsilon.Apps.Passkey.sln
21+ run : dotnet restore Upsilon.Apps.Passkey.slnx
2222
2323 - name : Build Debug
24- run : dotnet build Upsilon.Apps.Passkey.sln --no-restore --configuration Debug
24+ run : dotnet build Upsilon.Apps.Passkey.slnx --no-restore --configuration Debug
2525
2626 - name : Build Relesae
27- run : dotnet build Upsilon.Apps.Passkey.sln --no-restore --configuration Release
27+ run : dotnet build Upsilon.Apps.Passkey.slnx --no-restore --configuration Release
2828
2929 - name : Test
30- run : dotnet test --no-build --verbosity normal Upsilon.Apps.Passkey.sln
30+ run : dotnet test --no-build --verbosity normal Upsilon.Apps.Passkey.slnx
3131
3232
3333permissions :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Project Path =" Core/Upsilon.Apps.Passkey.Core.csproj" />
3+ <Project Path =" Interfaces/Upsilon.Apps.Passkey.Interfaces.csproj" />
4+ <Project Path =" UnitTests/UnitTests.csproj" />
5+ </Solution >
You can’t perform that action at this time.
0 commit comments