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