Skip to content

Commit

Permalink
Removed GeneratePackageOnBuild
Browse files Browse the repository at this point in the history
Revert "Set RestorePackagePath"

This reverts commit f69ea24ed26d600c35d2df438804a8e7f121b731.

Removed GeneratePackageOnBuild

This resolved a packing issue. See [here](dotnet/sdk#10335) for more information.
  • Loading branch information
paterasMSFT committed Oct 27, 2021
1 parent a966cb0 commit 4c66346
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@
<PackageReleaseNotes>
Improve usability of GetOutputStoragePath.
</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<SignAssembly>true</SignAssembly>
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@

<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog </PackageReleaseNotes>
</PropertyGroup>

0 comments on commit 4c66346

Please sign in to comment.