Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Dec 19, 2017
1 parent 2ef4189 commit 9f1a5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init:
if ($env:APPVEYOR_REPO_TAG -eq "true")
{
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME.{build}"
$env:frameworkVersion = "$env:APPVEYOR_REPO_TAG_NAME"
Expand All @@ -32,7 +32,7 @@ assembly_info:
environment:
APPVEYOR_RDP_PASSWORD:
secure: 3OiDAcFLoSt3UCnmEU+XgM2d541PAqCNJAPqoiRqwRI=
frameworkVersion: 3.0.9
frameworkVersion: 3.1.0
GithubAuthToken:
secure: x9uTnOFLUnZ6DiVhpBBxIJxij33Sz9uAIe+qef6M3sj9+J/AUmpfBmiGgqRabTqs
before_build:
Expand Down

0 comments on commit 9f1a5bc

Please sign in to comment.