Skip to content

Commit

Permalink
Typo in release config [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Csajtai committed Jun 9, 2017
1 parent e206ce2 commit 40fae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
Update-AppveyorBuild -Version "${env:build_version}-${env:APPVEYOR_BUILD_NUMBER}"
before_build:
- ps: . .\patch-version.ps1 "src\stashbox\stashbox.csproj" ${env:build_version}
- ps: . .\patch-version.ps1 "src\stashbox\stashbox.csproj" ${env:build_version}

build_script:
- msbuild /t:Restore /p:Configuration=%CONFIGURATION% src\stashbox.sln
Expand Down

0 comments on commit 40fae3d

Please sign in to comment.