Skip to content

Commit

Permalink
Removed Version Number stuff from AppVeyor File
Browse files Browse the repository at this point in the history
  • Loading branch information
odytrice committed Nov 15, 2016
1 parent 8c4a169 commit f701425
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ build_script:
# dotnet info
- ps: dotnet --info
# Run build
- ps: $env:VersionSuffix = "011" + $env:APPVEYOR_BUILD_NUMBER.PadLeft(3, "0")
# -VersionSuffix %VersionSuffix%
- ps: .\build.ps1 build
- ps: .\build.ps1 test

0 comments on commit f701425

Please sign in to comment.