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 88bc921 commit f9283adCopy full SHA for f9283ad
.github/workflows/ci.yml
@@ -27,20 +27,12 @@ jobs:
27
git tag --list
28
- uses: actions/setup-dotnet@v1
29
with:
30
-<<<<<<< Updated upstream
31
- dotnet-version: '3.1.201'
32
- - uses: actions/setup-dotnet@v1
33
- with:
34
- dotnet-version: '8.0.100'
+ dotnet-version: |
+ 8.0.x
+ 6.0.x
35
source-url: https://nuget.pkg.github.com/nullean/index.json
36
-=======
37
- dotnet-version: |
38
- 8.0.x
39
- 6.0.x
40
- source-url: https://nuget.pkg.github.com/nullean/index.json
41
->>>>>>> Stashed changes
42
env:
43
- NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
44
45
- run: ./build.sh build -s true
46
name: Build
0 commit comments