From 50e6c67c897e43db1a83aefabefcd0203f65d99c Mon Sep 17 00:00:00 2001 From: Federico Barresi Date: Tue, 6 Nov 2018 14:51:51 +0100 Subject: [PATCH] updated appveyor.yml --- appveyor.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7000429..4cc26e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,27 +24,23 @@ before_build: - cmd: dotnet --version - # Display minimal restore text - - cmd: dotnet restore ./Sharp7.Rx/Sharp7.Rx.csproj --verbosity m build_script: - # output will be in ./src/bin/debug/netcoreapp1.1/publish - - - cmd: dotnet publish ./Sharp7.Rx/Sharp7.Rx.csproj + - cmd: dotnet publish ./Sharp7.Rx/Sharp7.Rx.csproj -c Release after_build: - # For once the build has completed + - ps: _nuspec/pack.ps1 artifacts: - - path: '\src\bin\Debug\netcoreapp1.1\publish' + - path: '**\*.nupkg' - name: Sharp.Rx + name: Sharp7.Rx_nuget - type: WebDeployPackage + type: Auto clone_depth: 1 @@ -56,9 +52,9 @@ test_script: # 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 :