diff --git a/build/repo.targets b/build/repo.targets index 5084b3c26c..787bead341 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -5,9 +5,10 @@ $(RepositoryRoot)src\Microsoft.AspNetCore.RuntimeStore\ $(MetaPackagePath)Microsoft.AspNetCore.RuntimeStore.csproj $(MetaPackagePath)bin\work\ - $(MetaPackagePath)bin\packageCache\ + $(MetaPackagePath)bin\packageCache\ $(MetaPackagePath)bin\deps\ $(RepositoryRoot)artifacts\ + $(ArtifactsDir)zip\ $(ArtifactsDir)temp\ $(RepositoryRoot)tools\ $(RepositoryRoot).deps\build\ @@ -41,7 +42,6 @@ osx $(ArtifactsDir)Build.RuntimeStore.$(OutputZipSufix)-$(VersionSuffix).zip - $(ArtifactsDir)Build.Deps.$(OutputZipSufix)-$(VersionSuffix).zip @@ -59,23 +59,29 @@ - + - - + + - - + manifest.%(RIDs.Identity).xml + - - + - + + + + + + + + diff --git a/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj b/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj index 23c1cf58ee..27d7905342 100644 --- a/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj +++ b/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj @@ -12,9 +12,11 @@ - + + $([System.String]::Copy('%(Filename)').Replace('.deps','')) + - + \ No newline at end of file