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 9bdaa47 commit 221e7bcCopy full SHA for 221e7bc
README.md
@@ -18,7 +18,7 @@ Basic:
18
```yaml
19
steps:
20
- uses: actions/checkout@main
21
-- uses: actions/setup-dotnet@v1.5.0
+- uses: actions/setup-dotnet@v1
22
with:
23
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
24
- run: dotnet build <my project>
@@ -47,7 +47,7 @@ Authentication for nuget feeds:
47
48
- uses: actions/checkout@v2
49
# Authenticates packages to push to GPR
50
51
52
dotnet-version: '3.1.x' # SDK Version to use.
53
source-url: https://nuget.pkg.github.com/<owner>/index.json
0 commit comments