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 a310566 commit c066332Copy full SHA for c066332
eng/Publishing.props
@@ -0,0 +1,6 @@
1
+<Project>
2
+ <!-- The one use of ArtifactsDir in Publish.proj adds an additional slash, confusing itself. -->
3
+ <PropertyGroup Condition=" HasTrailingSlash('$(ArtifactsDir)') ">
4
+ <ArtifactsDir>$(ArtifactsDir.Substring(0, $(ArtifactsDir.Length))</ArtifactsDir>
5
+ </PropertyGroup>
6
+</Project>
0 commit comments