Skip to content

Commit f83adde

Browse files
authored
Update main.yml
1 parent 59f1cf1 commit f83adde

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ jobs:
1111
- uses: actions/setup-dotnet@v1
1212
with:
1313
dotnet-version: '3.1.100'
14-
- run: dotnet build -c Release
15-
- run: dotnet test -c Release
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 /nowarn:CS1591
18+
- run: dotnet test -c Release /nowarn:CS1591

0 commit comments

Comments
 (0)