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 6afbe56 commit f44e824Copy full SHA for f44e824
src/ServiceManagement/Storage/Commands.Storage/Commands.Storage.csproj
@@ -282,7 +282,7 @@
282
<PropertyGroup>
283
<PostBuildEvent>
284
cd $(ProjectDir)
285
- set ResourceOutDir="..\..\..\Package\Debug\ResourceManager\AzureResourceManager\Storage\"
+ set ResourceOutDir="$(OutDir)..\..\..\ResourceManager\AzureResourceManager\Storage\"
286
IF NOT EXIST "%25ResourceOutDir%25" mkdir "%25ResourceOutDir%25"
287
copy $(OutDir) "%25ResourceOutDir%25" /y</PostBuildEvent>
288
</PropertyGroup>
0 commit comments