Skip to content

Commit 22f366b

Browse files
committed
Testing new postbuild (CI compatibility test)
1 parent b210e29 commit 22f366b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

MenuAPI/MenuAPI.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -61,10 +61,6 @@
6161
</ItemGroup>
6262
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6363
<PropertyGroup>
64-
<PostBuildEvent Condition=" '$(OS)' == 'Unix'">
65-
</PostBuildEvent>
66-
<PostBuildEvent Condition=" '$(OS)' == 'Windows_NT'">
67-
if exist "$(SolutionDir)\postbuild.cmd" "$(SolutionDir)\postbuild.cmd"
68-
</PostBuildEvent>
64+
<PostBuildEvent>if exist "$(SolutionDir)\postbuild.cmd" "$(SolutionDir)\postbuild.cmd"</PostBuildEvent>
6965
</PropertyGroup>
7066
</Project>

0 commit comments

Comments
 (0)