mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2026-02-04 07:42:53 +00:00
updated appveyor.yml
This commit is contained in:
18
appveyor.yml
18
appveyor.yml
@@ -24,27 +24,23 @@ before_build:
|
|||||||
|
|
||||||
- cmd: dotnet --version
|
- cmd: dotnet --version
|
||||||
|
|
||||||
# Display minimal restore text
|
|
||||||
|
|
||||||
- cmd: dotnet restore ./Sharp7.Rx/Sharp7.Rx.csproj --verbosity m
|
- cmd: dotnet restore ./Sharp7.Rx/Sharp7.Rx.csproj --verbosity m
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
||||||
# output will be in ./src/bin/debug/netcoreapp1.1/publish
|
- cmd: dotnet publish ./Sharp7.Rx/Sharp7.Rx.csproj -c Release
|
||||||
|
|
||||||
- cmd: dotnet publish ./Sharp7.Rx/Sharp7.Rx.csproj
|
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
|
|
||||||
# For once the build has completed
|
- ps: _nuspec/pack.ps1
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
||||||
- path: '\src\bin\Debug\netcoreapp1.1\publish'
|
- path: '**\*.nupkg'
|
||||||
|
|
||||||
name: Sharp.Rx
|
name: Sharp7.Rx_nuget
|
||||||
|
|
||||||
type: WebDeployPackage
|
type: Auto
|
||||||
|
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
@@ -56,9 +52,9 @@ test_script:
|
|||||||
|
|
||||||
# run the unit tests (requires changing into the test directory)
|
# run the unit tests (requires changing into the test directory)
|
||||||
|
|
||||||
- cmd: cd Sharp7.Rx.Tests
|
#- cmd: cd Sharp7.Rx.Tests
|
||||||
|
|
||||||
- cmd: dotnet nunit
|
#- cmd: dotnet nunit
|
||||||
|
|
||||||
on_finish :
|
on_finish :
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user