File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1919 id : get_version
2020 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2121
22- - name : Setup .NET Core
23- uses : actions/setup-dotnet@v1
24- with :
25- dotnet-version : 3.1.100
26-
2722 - name : Restore Nuget Packages
2823 run : dotnet restore TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
2924
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v1
1818
19- - name : Setup .NET Core
20- uses : actions/setup-dotnet@v1
21- with :
22- dotnet-version : 3.1.100
23-
2419 - name : Restore Nuget Packages
2520 run : dotnet restore TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json
2621
You can’t perform that action at this time.
0 commit comments