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 6e531d8 commit 012e4a7Copy full SHA for 012e4a7
.github/workflows/veracode.yml
@@ -44,11 +44,12 @@ jobs:
44
with:
45
repository: ''
46
47
- - uses: actions/setup-dotnet@v1
+ - name: Install .NET 6
48
+ uses: actions/setup-dotnet@v2
49
- source-url: https://nuget.pkg.github.com/genexuslabs/index.json
50
- env:
51
- NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ dotnet-version: '6.0.x'
+ include-prerelease: false
52
+
53
54
- name: Build
55
run: |
0 commit comments