We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afbe4a commit e62ebd7Copy full SHA for e62ebd7
.github/workflows/build.yml
@@ -26,15 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
29
- - name: Install .NET Core SDK [ Version - ${{ matrix.dotnet-version }} ] (MacOS)
30
- if: ${{ runner.os == 'macOS' }}
31
- uses: ./.github/workflows/install-dotnet-core
32
- with:
33
- dotnet-version: ${{ matrix.dotnet-version }}
34
- architecture: x64
35
-
36
- name: Dotnet Version (${{ matrix.dotnet-version }})
37
- if: ${{ runner.os != 'macOS' }}
38
uses: actions/setup-dotnet@v4
39
40
dotnet-version: ${{ matrix.dotnet-version }}
.github/workflows/install-dotnet-core/action.yml
0 commit comments