Skip to content

Commit

Permalink
No symbol because that f#cking symbols server is dead again
Browse files Browse the repository at this point in the history
  • Loading branch information
picrap committed Sep 15, 2017
1 parent 2193536 commit a5fc13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExFat.Core/ExFat.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<PropertyGroup>
<PostBuildEvent>if not "$(ConfigurationName)"=="Release" goto :noRelease

NuGet pack "$(ProjectDir)\ExFat.nuspec" -Verbosity detailed -NonInteractive -IncludeReferencedProjects -NonInteractive -Tool -Properties ConfigurationName=$(ConfigurationName) -Symbols
NuGet pack "$(ProjectDir)\ExFat.nuspec" -Verbosity detailed -NonInteractive -IncludeReferencedProjects -NonInteractive -Tool -Properties ConfigurationName=$(ConfigurationName)

:noRelease
</PostBuildEvent>
Expand Down
2 changes: 1 addition & 1 deletion ExFat.DiscUtils/ExFat.DiscUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<PropertyGroup>
<PostBuildEvent>if not "$(ConfigurationName)"=="Release" goto :noRelease

NuGet pack "$(ProjectDir)\ExFat.DiscUtils.nuspec" -Verbosity detailed -NonInteractive -IncludeReferencedProjects -NonInteractive -Tool -Properties ConfigurationName=$(ConfigurationName) -Symbols
NuGet pack "$(ProjectDir)\ExFat.DiscUtils.nuspec" -Verbosity detailed -NonInteractive -IncludeReferencedProjects -NonInteractive -Tool -Properties ConfigurationName=$(ConfigurationName)

:noRelease
</PostBuildEvent>
Expand Down

0 comments on commit a5fc13c

Please sign in to comment.