This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
861a668
commit ee75757
Showing
1 changed file
with
16 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,35 @@ | ||
version: v1.0.5.{build} | ||
version: 1.0.5-CI{build} | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
os: Visual Studio 2015 | ||
do_not_increment_build_number: true | ||
image: Visual Studio 2015 | ||
configuration: Release | ||
nuget: | ||
account_feed: true | ||
project_feed: true | ||
|
||
before_build: | ||
- cmd: >- | ||
dotnet restore src\AutomaticSharp | ||
dotnet restore src\AutomaticSharp.Auth | ||
cd cmd | ||
npm install | ||
node aspnet5-version.js | ||
cd .. | ||
build_script: | ||
- cmd: >- | ||
dotnet pack src\AutomaticSharp --configuration Release --output "artifacts\bin\AutomaticSharp" | ||
dotnet pack src\AutomaticSharp.Auth --configuration Release --output "artifacts\bin\AutomaticSharp" | ||
dotnet restore src\AutomaticSharp | ||
dotnet restore src\AutomaticSharp.Auth | ||
cd cmd | ||
build: | ||
publish_nuget: true | ||
verbosity: minimal | ||
npm install | ||
node aspnet5-version.js | ||
cd .. | ||
dotnet pack src\AutomaticSharp --configuration Release --output "artifacts\bin\AutomaticSharp" | ||
dotnet pack src\AutomaticSharp.Auth --configuration Release --output "artifacts\bin\AutomaticSharp" | ||
artifacts: | ||
- path: artifacts\bin\AutomaticSharp\**\*.nupkg | ||
name: NuGet Packages | ||
|
||
deploy: | ||
- provider: NuGet | ||
api_key: | ||
secure: vclZPRGQBqWGDezZ6hXnmNRiILR+c7I2hqysI5leFRyCc89gd3W7ezyc9rWQ4VyO | ||
symbol_server: | ||
artifact: | ||
on: | ||
branch: master | ||
appveyor_repo_tag: true |