Skip to content

Commit cb1575f

Browse files
Add BenchmarkDotNet.Templates in build-and-pack.cmd
1 parent c5aa4f9 commit cb1575f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build-and-pack.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dotnet pack .\src\BenchmarkDotNet.Tool\BenchmarkDotNet.Tool.csproj -c Release --
1212
dotnet pack .\src\BenchmarkDotNet.Annotations\BenchmarkDotNet.Annotations.csproj -c Release --include-symbols -p:SymbolPackageFormat=snupkg
1313
rmdir artifacts /s /q
1414
mkdir artifacts
15-
for /R %%x in (BenchmarkDotNet*.*nupkg) do copy "%%x" "artifacts/" /Y
15+
for /R %%x in (BenchmarkDotNet*.*nupkg) do copy "%%x" "artifacts/" /Y
16+
nuget pack .\templates\BenchmarkDotNet.Templates.nuspec -OutputDirectory artifacts

0 commit comments

Comments
 (0)