File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 id : get_version
2020 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2121
22- - name : Setup .NET Core 3.0
22+ - name : Setup .NET Core
2323 uses : actions/setup-dotnet@v1
2424 with :
25- dotnet-version : 3.0 .100
25+ dotnet-version : 3.1 .100
2626
2727 - name : Restore Nuget Packages
2828 run : dotnet restore TransactionProcessor.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
Original file line number Diff line number Diff line change 1818 - name : Setup .NET Core
1919 uses : actions/setup-dotnet@v1
2020 with :
21- dotnet-version : 3.0 .100
21+ dotnet-version : 3.1 .100
2222
2323 - name : Restore Nuget Packages
2424 run : dotnet restore TransactionProcessor.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
Original file line number Diff line number Diff line change 1919 - name : Setup .NET Core
2020 uses : actions/setup-dotnet@v1
2121 with :
22- dotnet-version : 3.0 .100
22+ dotnet-version : 3.1 .100
2323
2424 - name : Restore Nuget Packages
2525 run : dotnet restore TransactionProcessor.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
You can’t perform that action at this time.
0 commit comments