We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0acfe commit ca5b904Copy full SHA for ca5b904
.github/workflows/ci.yaml
@@ -25,11 +25,6 @@ jobs:
25
with:
26
cake-bootstrap: true
27
28
- - name: Install Dotnet Core
29
- uses: actions/setup-dotnet@v1
30
- with:
31
- dotnet-version: '3.0.10'
32
-
33
# - name: Add private GitHub registry to NuGet
34
# run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/dustinchilson/index.json -Username dustinchilson -Password ${{ secrets.GITHUB_TOKEN }}
35
0 commit comments