Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-xu committed Sep 7, 2019
1 parent 311922a commit a4b180e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 1.2.0-ci.{build}
image: Visual Studio 2019
configuration: Release
init:
Expand All @@ -8,14 +9,15 @@ init:
}
else
{
Update-AppveyorBuild -Version "$($env:APPVEYOR_BUILD_VERSION)-ci.$($env:APPVEYOR_BUILD_NUMBER)+sha.$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
Update-AppveyorBuild -Version "$($env:APPVEYOR_BUILD_VERSION)+sha.$($env:APPVEYOR_REPO_COMMIT.substring(0,7))"
}
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
cache: packages
cache:
- '%USERPROFILE%\.nuget\packages'
before_build:
- cmd: nuget restore -Verbosity quiet
build:
Expand Down

0 comments on commit a4b180e

Please sign in to comment.