template improvements
This commit is contained in:
9
Oqtane.Application/.gitignore
vendored
Normal file
9
Oqtane.Application/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
.vs/
|
||||
bin/
|
||||
obj/
|
||||
*.user
|
||||
artifacts/
|
||||
msbuild.binlog
|
||||
.vscode/
|
||||
*.binlog
|
||||
*.nupkg
|
3
Oqtane.Package/Oqtane.Application.Template.cmd
Normal file
3
Oqtane.Package/Oqtane.Application.Template.cmd
Normal file
@ -0,0 +1,3 @@
|
||||
nuget.exe pack ..\Oqtane.Application\Oqtane.Application.Template.nuspec -NoDefaultExcludes
|
||||
pause
|
||||
|
@ -55,6 +55,5 @@ dotnet clean -c Release ..\Oqtane.Updater.sln
|
||||
dotnet build -c Release ..\Oqtane.Updater.sln
|
||||
dotnet publish ..\Oqtane.Updater\Oqtane.Updater.csproj /p:Configuration=Release
|
||||
nuget.exe pack Oqtane.Updater.nuspec
|
||||
nuget.exe pack ..\Oqtane.Application\Oqtane.Application.Template.nuspec
|
||||
pause
|
||||
|
||||
|
Reference in New Issue
Block a user