File tree Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Expand file tree Collapse file tree 5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2525 run : dotnet build src --configuration Release
2626 - name : Remove executables
2727 run : |
28- Remove-Item binaries/MonitoringDemo
2928 Remove-Item binaries/Billing/Billing
3029 Remove-Item binaries/ClientUI/ClientUI
3130 Remove-Item binaries/PlatformLauncher/PlatformLauncher
Original file line number Diff line number Diff line change 2020 run : dotnet build src --configuration Release
2121 - name : Remove executables
2222 run : |
23- Remove-Item binaries/MonitoringDemo
2423 Remove-Item binaries/Billing/Billing
2524 Remove-Item binaries/ClientUI/ClientUI
2625 Remove-Item binaries/PlatformLauncher/PlatformLauncher
Original file line number Diff line number Diff line change 77 <Nullable >enable</Nullable >
88 <OutputPath >..\..\binaries\</OutputPath >
99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
11+ <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
1012 </PropertyGroup >
1113
1214 <ItemGroup >
13- <None Update =" launch.sh" CopyToOutputDirectory =" PreserveNewest" />
14- <None Update =" launch.ps1" CopyToOutputDirectory =" PreserveNewest" />
15+ <None Update =" MonitoringDemo.sh" CopyToOutputDirectory =" PreserveNewest" />
1516 </ItemGroup >
1617
1718</Project >
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments