File tree 5 files changed +3
-5
lines changed
5 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 25
25
run : dotnet build src --configuration Release
26
26
- name : Remove executables
27
27
run : |
28
- Remove-Item binaries/MonitoringDemo
29
28
Remove-Item binaries/Billing/Billing
30
29
Remove-Item binaries/ClientUI/ClientUI
31
30
Remove-Item binaries/PlatformLauncher/PlatformLauncher
Original file line number Diff line number Diff line change 20
20
run : dotnet build src --configuration Release
21
21
- name : Remove executables
22
22
run : |
23
- Remove-Item binaries/MonitoringDemo
24
23
Remove-Item binaries/Billing/Billing
25
24
Remove-Item binaries/ClientUI/ClientUI
26
25
Remove-Item binaries/PlatformLauncher/PlatformLauncher
Original file line number Diff line number Diff line change 7
7
<Nullable >enable</Nullable >
8
8
<OutputPath >..\..\binaries\</OutputPath >
9
9
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
11
+ <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
10
12
</PropertyGroup >
11
13
12
14
<ItemGroup >
13
- <None Update =" launch.sh" CopyToOutputDirectory =" PreserveNewest" />
14
- <None Update =" launch.ps1" CopyToOutputDirectory =" PreserveNewest" />
15
+ <None Update =" MonitoringDemo.sh" CopyToOutputDirectory =" PreserveNewest" />
15
16
</ItemGroup >
16
17
17
18
</Project >
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments