Fix build configuration.

This commit is contained in:
Mohammadreza Taikandi 2020-12-24 07:38:03 +00:00
parent 23cdf35bab
commit d7e05d2399
2 changed files with 3 additions and 3 deletions

View File

@ -18,6 +18,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

View File

@ -25,7 +25,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore /p:PublicRelease=true
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --configuration Release --no-build --verbosity normal
- name: Publish MapTo
uses: brandedoutcast/publish-nuget@v2.5.5
with:
@ -34,4 +34,4 @@ jobs:
NUGET_SOURCE: https://api.nuget.org
TAG_COMMIT: false
INCLUDE_SYMBOLS: true
VERSION_STATIC: ${{env.NBGV_Version}}
VERSION_STATIC: ${{env.NBGV_SemVer1}}