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 97bdc39 commit a3e5edfCopy full SHA for a3e5edf
DataGridExtensions/DataGridExtensions.csproj
@@ -8,6 +8,7 @@
8
<SignAssembly>true</SignAssembly>
9
<AssemblyOriginatorKeyFile>DataGridExtensions.snk</AssemblyOriginatorKeyFile>
10
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11
+ <PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
12
<PackageLicenseFile>License</PackageLicenseFile>
13
<PackageProjectUrl>https://github.com/tom-englert/DataGridExtensions</PackageProjectUrl>
14
<RepositoryUrl>https://github.com/tom-englert/DataGridExtensions.git</RepositoryUrl>
appveyor.yml
@@ -6,4 +6,4 @@ platform: Any CPU
6
build_script:
7
- cmd: MSBuild -restore /p:Configuration=Release /verbosity:minimal
artifacts:
-- path: **/*.nupkg
+- path: nugets/*.nupkg
0 commit comments