Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
madskristensen committed Jun 16, 2017
1 parent dd586e8 commit eb396f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ before_build:
- ps: Vsix-TokenReplacement src\source.extension.cs 'Version = "([0-9\\.]+)"' 'Version = "{version}"'

build_script:
- nuget restore -Verbosity normal
- nuget restore -Verbosity quiet
- msbuild /p:configuration=Release /p:DeployExtension=false /p:ZipPackageCompressionLevel=normal /v:m

after_test:
Expand Down

0 comments on commit eb396f3

Please sign in to comment.