Skip to content

Commit

Permalink
Try again but don't publish symbols as it's flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejscott committed Oct 30, 2017
1 parent 80fc201 commit e708d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ build:
verbosity: minimal
before_package:
- cmd: >-
msbuild /t:pack /p:IncludeSymbols=true /p:VersionSuffix="%HUMIDIFIER_VERSION_SUFFIX%" /p:Configuration=Release Humidifier/Humidifier.csproj
msbuild /t:pack /p:VersionSuffix="%HUMIDIFIER_VERSION_SUFFIX%" /p:Configuration=Release Humidifier/Humidifier.csproj
msbuild /t:pack /p:IncludeSymbols=true /p:VersionSuffix="%HUMIDIFIER_VERSION_SUFFIX%" /p:Configuration=Release Humidifier.Json/Humidifier.Json.csproj
msbuild /t:pack /p:VersionSuffix="%HUMIDIFIER_VERSION_SUFFIX%" /p:Configuration=Release Humidifier.Json/Humidifier.Json.csproj
artifacts:
- path: src\Humidifier\Bin\Release\*.nupkg
- path: src\Humidifier.Json\Bin\Release\*.nupkg
Expand Down
2 changes: 1 addition & 1 deletion src/Humidifier.Json/Humidifier.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Copyright>Jake Scott</Copyright>
<AssemblyTitle>Humidifier.Json</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.1.11</VersionPrefix>
<VersionPrefix>0.1.12</VersionPrefix>
<Authors>Jake Scott</Authors>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<AssemblyName>Humidifier.Json</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/Humidifier/Humidifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Copyright>Jake Scott</Copyright>
<AssemblyTitle>Humidifier</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.1.11</VersionPrefix>
<VersionPrefix>0.1.12</VersionPrefix>
<Authors>Jake Scott</Authors>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
<AssemblyName>Humidifier</AssemblyName>
Expand Down

0 comments on commit e708d8a

Please sign in to comment.