Skip to content

Commit eada98d

Browse files
committed
Use artifacts output layout
1 parent 2180eaa commit eada98d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[Bb]in/
77
packages/
88
TestResults/
9+
artifacts/
910

1011
# globs
1112
Makefile.in

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)private.snk</AssemblyOriginatorKeyFile>
55
<LangVersion>latest</LangVersion>
66
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
7+
<UseArtifactsOutput>True</UseArtifactsOutput>
78
</PropertyGroup>
89
</Project>

0 commit comments

Comments
 (0)