We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e278c8 commit ce63f80Copy full SHA for ce63f80
src/MonitoringDemo/MonitoringDemo.csproj
@@ -7,11 +7,12 @@
7
<Nullable>enable</Nullable>
8
<OutputPath>..\..\binaries\</OutputPath>
9
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
11
+ <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
12
</PropertyGroup>
13
14
<ItemGroup>
- <None Update="launch.sh" CopyToOutputDirectory="PreserveNewest" />
- <None Update="launch.ps1" CopyToOutputDirectory="PreserveNewest" />
15
+ <None Update="MonitoringDemo.sh" CopyToOutputDirectory="PreserveNewest" />
16
</ItemGroup>
17
18
</Project>
src/MonitoringDemo/launch.sh src/MonitoringDemo/MonitoringDemo.sh
src/MonitoringDemo/launch.ps1
0 commit comments