diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 2fc6f0b38..74b3ea756 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -68,6 +68,11 @@ jobs: id: gitversion # step id used as reference for output values uses: gittools/actions/execute-gitversion@v0.3 + - name: Install DotNet SDK + - uses: actions/setup-dotnet@v1 + with: + dotnet-version: "3.1.101" # SDK Version to use. + - name: Build shell: pwsh run: ./ci-build.ps1 "${{steps.gitversion.outputs.nuGetVersion}}" "${{matrix.options.framework}}"