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 87b0f55 commit 041990c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ nuget:

deploy:
- provider: NuGet
artifact: /.*Telegram.Bot.Extensions.Passport.*\.nupkg/
api_key:
secure: HHTe2/56sywbQ4uGD1fOeOBWjggVknMVXKhBu7978+LPJQCLJ28Ji9suN7nIfSGY
on:
Expand All @@ -35,4 +36,5 @@ for:
branches:
only:
- master
- develop
configuration: Release
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dotnet: 2.0.0
branches:
except:
- master
- gh-pages
script: >
cd test/UnitTests &&
dotnet test --configuration Release --list-tests &&
Expand All @@ -18,7 +19,6 @@ notifications:
email: false

## Notes:
### Limit concurrent jobs to only 1
### Disable building PRs (might expose env vars)

## Environment Variables:
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>RC2</VersionSuffix>
<!--<VersionSuffix>Alpha</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit 041990c

Please sign in to comment.