diff --git a/build.yml b/build.yml
index b1ac676..4fcaf02 100644
--- a/build.yml
+++ b/build.yml
@@ -31,7 +31,9 @@ steps:
- task: CopyFiles@2
displayName: 'Copy package files to staging directory'
inputs:
- Contents: '**/*.nupkg'
+ Contents: |
+ **/*.nupkg
+ **/*.snupkg
TargetFolder: '$(build.artifactStagingDirectory)'
FlattenFolders: true
diff --git a/src/Kros.KORM.Extensions.Asp.csproj b/src/Kros.KORM.Extensions.Asp.csproj
index adaeffd..f7df8da 100644
--- a/src/Kros.KORM.Extensions.Asp.csproj
+++ b/src/Kros.KORM.Extensions.Asp.csproj
@@ -3,7 +3,7 @@
netcoreapp3.0
KROS a. s.
- 1.1.0-alpha.6
+ 1.1.0-alpha.7
KROS a. s.
Kros.KORM.Extensions.Asp
Extensions for Kros.KORM library for ASP.NET Core projects.
@@ -15,6 +15,20 @@
true
+
+ true
+ true
+ true
+ snupkg
+
+
+
+ true
+
+
+ true
+
+
Kros.KORM.Extensions.Asp
https://github.com/Kros-sk/Kros.KORM.Extensions.Asp
@@ -37,6 +51,7 @@
+
@@ -54,4 +69,5 @@
Resources.Designer.cs
+