We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2180eaa commit eada98dCopy full SHA for eada98d
.gitignore
@@ -6,6 +6,7 @@
6
[Bb]in/
7
packages/
8
TestResults/
9
+artifacts/
10
11
# globs
12
Makefile.in
Directory.Build.props
@@ -4,5 +4,6 @@
4
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)private.snk</AssemblyOriginatorKeyFile>
5
<LangVersion>latest</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
+ <UseArtifactsOutput>True</UseArtifactsOutput>
</PropertyGroup>
</Project>
0 commit comments