Skip to content

Commit

Permalink
Update AppVeyor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
poulad committed Sep 6, 2018
1 parent 5e621a6 commit 87b0f55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ test:
nuget:
disable_publish_on_pr: true

# deploy:
# - provider: NuGet
# api_key:
# secure: HHTe2/56sywbQ4uGD1fOeOBWjggVknMVXKhBu7978+LPJQCLJ28Ji9suN7nIfSGY
# on:
# branch: master
deploy:
- provider: NuGet
api_key:
secure: HHTe2/56sywbQ4uGD1fOeOBWjggVknMVXKhBu7978+LPJQCLJ28Ji9suN7nIfSGY
on:
branch: master


for:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>RC1</VersionSuffix>
<VersionSuffix>RC2</VersionSuffix>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit 87b0f55

Please sign in to comment.