Skip to content

Commit

Permalink
re-disable sourcelink validation
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed May 19, 2020
1 parent 2478257 commit b9eefbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
<!--<IncludeSymbols>true</IncludeSymbols>-->
<!--<SymbolPackageFormat>snupkg</SymbolPackageFormat>-->
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Target.create "Release" ignore

"Build"
==> "NuGet.Pack"
=?> ("NuGet.ValidateSourceLink", not Environment.isWindows) // don't fail on CRLF issues
==> "NuGet.ValidateSourceLink"
==> "GenerateDocs"
==> "Bundle"

Expand Down

0 comments on commit b9eefbb

Please sign in to comment.