Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfriend77 authored Nov 26, 2019
1 parent 20e0f3f commit 8f7fe04
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ build_script:
appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%/SabberStoneServer/bin/Release/SabberStoneServer.%APPVEYOR_BUILD_VERSION%.nupkg -FileName SabberStoneServer.%APPVEYOR_BUILD_VERSION%.nupkg -DeploymentName SabberStoneServer
dotnet publish %APPVEYOR_BUILD_FOLDER%/SabberStoneXConsole/SabberStoneXConsole.csproj -p:Version=%APPVEYOR_BUILD_VERSION% -c %TARGET_CONFIGURATION% -o ./publish/win-x86 -r win-x86
7z a SabberStoneGRPC-%APPVEYOR_BUILD_VERSION%-win-x86.zip %APPVEYOR_BUILD_FOLDER%/SabberStoneXConsole/publish/win-x86/*
appveyor PushArtifact SabberStone-GRPC-%APPVEYOR_BUILD_VERSION%-win-x86.zip -DeploymentName SabberStoneGRPC
dotnet publish %APPVEYOR_BUILD_FOLDER%/SabberStoneXConsole/SabberStoneXConsole.csproj -p:Version=%APPVEYOR_BUILD_VERSION% --configuration %TARGET_CONFIGURATION% -o ./publish/win-x64 -r win-x64
7z a SabberStoneGRPC-%APPVEYOR_BUILD_VERSION%-win-x64.zip %APPVEYOR_BUILD_FOLDER%/SabberStoneXConsole/publish/win-x64/*
appveyor PushArtifact SabberStone-GRPC-%APPVEYOR_BUILD_VERSION%-win-x64.zip -DeploymentName SabberStoneGRPC
test_script:
- cmd: >-
dotnet test --configuration Release ./SabberStoneXTest
Expand All @@ -38,4 +26,4 @@ deploy:
- provider: NuGet
api_key:
secure: qR9SWQUPkiYwFQKvljIajuoDvjS4rDAHkYVY1QaFP3yRqRoEp+LF/Um2v2Y4LqcN
artifact: /.*.nupkg/
artifact: /.*.nupkg/

0 comments on commit 8f7fe04

Please sign in to comment.