File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
actions/prepare-integration-test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 name : NuGet Package
1414 path : ./BuildArtifacts/Packages/NuGet
1515 - name : Install .NET
16- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
16+ uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
1717 with :
1818 dotnet-version : ${{ inputs.dotnet-version }}
Original file line number Diff line number Diff line change 2020 - name : Fetch all tags and branches
2121 run : git fetch --prune --unshallow
2222 - name : Install .NET
23- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
23+ uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
2424 with :
2525 # .NET 5 required for GitVersion
2626 dotnet-version : |
Original file line number Diff line number Diff line change 2727 - name : Fetch all tags and branches
2828 run : git fetch --prune --unshallow
2929 - name : Install .NET
30- uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
30+ uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
3131 with :
3232 # .NET 5 required for GitVersion
3333 dotnet-version : |
You can’t perform that action at this time.
0 commit comments