We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b347701 commit dfbc410Copy full SHA for dfbc410
nuget/build.bat
@@ -2,7 +2,8 @@ NuGet Update -self
2
3
rmdir /s /q content
4
mkdir content
5
-copy ..\dist\* content
+mkdir content\scripts
6
+copy ..\dist\* content\scripts
7
del angular-file-upload.*
8
9
NuGet Pack Package.nuspec
0 commit comments