Compare commits

..

No commits in common. '29e22f668acea7d2dc7198db05c5d1ea2f09808b' and '55846ecc68204b69bf06f2ec56c16b8f75342c2f' have entirely different histories.

@ -16,14 +16,16 @@ runs:
with:
submodules: 'recursive'
fetch-depth: ${{inputs.fetch-depth}}
- name: Setup .NET 6, 7, 8
uses: actions/setup-dotnet@v3
- name: Setup .NET 6
uses: actions/setup-dotnet@master
with:
dotnet-version: 6.x.x
- name: Setup .NET 7
uses: actions/setup-dotnet@master
with:
dotnet-version: |
6.x.x
7.x.x
8.x.x
dotnet-version: 7.x.x
- name: Ensure NuGet Source
uses: fabriciomurta/ensure-nuget-source@v1

Loading…
Cancel
Save