mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-07-04 11:48:16 +08:00
Embed symbols in package
This commit is contained in:
@ -39,7 +39,6 @@ Task("Package")
|
||||
OutputDirectory = "./.artifacts",
|
||||
MSBuildSettings = new DotNetCoreMSBuildSettings()
|
||||
.TreatAllWarningsAs(MSBuildTreatAllWarningsAs.Error)
|
||||
.WithProperty("SymbolPackageFormat", "snupkg")
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user