Skip to content

Commit

Permalink
Correct path to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Apr 28, 2020
1 parent 92c181f commit 42fe026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rd /s /q build
dotnet publish secure-file -f netcoreapp3.1 -o ..\build -c Release
dotnet publish secure-file -f net462 -o ..\build -c Release
dotnet publish secure-file -f netcoreapp3.1 -o build -c Release
dotnet publish secure-file -f net462 -o build -c Release

0 comments on commit 42fe026

Please sign in to comment.