aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/examples.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/test/examples/examples.proj')
-rw-r--r--src/ext/Bal/test/examples/examples.proj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ext/Bal/test/examples/examples.proj b/src/ext/Bal/test/examples/examples.proj
index 20d4ecd5..82a5e3c1 100644
--- a/src/ext/Bal/test/examples/examples.proj
+++ b/src/ext/Bal/test/examples/examples.proj
@@ -25,6 +25,7 @@
25 </CoreMBAProject> 25 </CoreMBAProject>
26 <CoreMBAProject Include="$(WPFCoreMBAProjectPath)"> 26 <CoreMBAProject Include="$(WPFCoreMBAProjectPath)">
27 <PublishPath>$(MBAPublishPath)Example.WPFCoreMBA</PublishPath> 27 <PublishPath>$(MBAPublishPath)Example.WPFCoreMBA</PublishPath>
28 <SkipFDDx86>true</SkipFDDx86>
28 <SkipSCD>true</SkipSCD> 29 <SkipSCD>true</SkipSCD>
29 </CoreMBAProject> 30 </CoreMBAProject>
30 31
@@ -35,6 +36,8 @@
35 </ItemGroup> 36 </ItemGroup>
36 37
37 <Target Name="PublishCoreExamples"> 38 <Target Name="PublishCoreExamples">
39 <Exec Command='dotnet publish -o "%(CoreMBAProject.PublishPath)\fdd-x86" -r win-x86 -c $(Configuration) --self-contained false "%(CoreMBAProject.Identity)"'
40 Condition="'%(CoreMBAProject.SkipFDDx86)'==''" />
38 <Exec Command='dotnet publish -o "%(CoreMBAProject.PublishPath)\fdd" -r win-x64 -c $(Configuration) --self-contained false "%(CoreMBAProject.Identity)"' 41 <Exec Command='dotnet publish -o "%(CoreMBAProject.PublishPath)\fdd" -r win-x64 -c $(Configuration) --self-contained false "%(CoreMBAProject.Identity)"'
39 Condition="'%(CoreMBAProject.SkipFDD)'==''" /> 42 Condition="'%(CoreMBAProject.SkipFDD)'==''" />
40 <Exec Command='dotnet publish -o "%(CoreMBAProject.PublishPath)\scd" -r win-x64 -c $(Configuration) --self-contained true "%(CoreMBAProject.Identity)"' 43 <Exec Command='dotnet publish -o "%(CoreMBAProject.PublishPath)\scd" -r win-x64 -c $(Configuration) --self-contained true "%(CoreMBAProject.Identity)"'