Fix build configuration.
This commit is contained in:
parent
23cdf35bab
commit
d7e05d2399
|
@ -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
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue