We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5aa4f9 commit cb1575fCopy full SHA for cb1575f
build/build-and-pack.cmd
@@ -12,4 +12,5 @@ dotnet pack .\src\BenchmarkDotNet.Tool\BenchmarkDotNet.Tool.csproj -c Release --
12
dotnet pack .\src\BenchmarkDotNet.Annotations\BenchmarkDotNet.Annotations.csproj -c Release --include-symbols -p:SymbolPackageFormat=snupkg
13
rmdir artifacts /s /q
14
mkdir artifacts
15
-for /R %%x in (BenchmarkDotNet*.*nupkg) do copy "%%x" "artifacts/" /Y
+for /R %%x in (BenchmarkDotNet*.*nupkg) do copy "%%x" "artifacts/" /Y
16
+nuget pack .\templates\BenchmarkDotNet.Templates.nuspec -OutputDirectory artifacts
0 commit comments