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 59f1cf1 commit f83addeCopy full SHA for f83adde
1 file changed
.github/workflows/main.yml
@@ -11,5 +11,8 @@ jobs:
11
- uses: actions/setup-dotnet@v1
12
with:
13
dotnet-version: '3.1.100'
14
- - run: dotnet build -c Release
15
- - run: dotnet test -c Release
+ - name: Get the version
+ id: get_version
16
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
17
+ - run: dotnet build -c Release /nowarn:CS1591
18
+ - run: dotnet test -c Release /nowarn:CS1591
0 commit comments