File tree Expand file tree Collapse file tree
NotoriousTest.IntegrationTests/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <Target Name =" CopyDoggyDogDev" AfterTargets =" Build" >
33 <PropertyGroup >
4- <DoggyDogDir Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >$(MSBuildThisFileDirectory)../../tools/win-x64/</DoggyDogDir >
5- <DoggyDogDir Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >$(MSBuildThisFileDirectory)../../tools/linux-x64/</DoggyDogDir >
64 <DoggyDogRuntime Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >win-x64</DoggyDogRuntime >
75 <DoggyDogRuntime Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >linux-x64</DoggyDogRuntime >
86 </PropertyGroup >
97
10- <Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)../../DoggyDog/DoggyDog.csproj" -r $(DoggyDogRuntime) --self-contained -p:PublishSingleFile=true -o " $(DoggyDogDir)" " />
11-
12- <ItemGroup >
13- <DoggyDogFiles Include =" $(DoggyDogDir)*" />
14- </ItemGroup >
15-
16- <Message Text =" DoggyDog files: @(DoggyDogFiles)" Importance =" high" />
17- <Copy SourceFiles =" @(DoggyDogFiles)" DestinationFolder =" $(OutDir)" />
8+ <Message Text =" Publishing DoggyDog to $(OutDir)" Importance =" high" />
9+ <Exec Command =" dotnet publish " $(MSBuildThisFileDirectory)../../DoggyDog/DoggyDog.csproj" -r $(DoggyDogRuntime) --self-contained -p:PublishSingleFile=true -o " $(OutDir)" " />
1810 </Target >
1911</Project >
You can’t perform that action at this time.
0 commit comments