Skip to content

Commit ec38839

Browse files
authored
Update main.yml
1 parent dfd8c09 commit ec38839

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ jobs:
1111
- uses: actions/setup-dotnet@v1
1212
with:
1313
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
14+
- run: dotnet build -c Release /nowarn:CS1591
1815
- run: dotnet test -c Release /nowarn:CS1591

0 commit comments

Comments
 (0)