Skip to content

Commit 42fe026

Browse files
committed
Correct path to build folder
1 parent 92c181f commit 42fe026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rd /s /q build
2-
dotnet publish secure-file -f netcoreapp3.1 -o ..\build -c Release
3-
dotnet publish secure-file -f net462 -o ..\build -c Release
2+
dotnet publish secure-file -f netcoreapp3.1 -o build -c Release
3+
dotnet publish secure-file -f net462 -o build -c Release

0 commit comments

Comments
 (0)