From 4c663463816cd383dbde65f033aa7e45f8cec8c6 Mon Sep 17 00:00:00 2001 From: Mike Pateras Date: Wed, 27 Oct 2021 14:16:01 -0400 Subject: [PATCH] Removed GeneratePackageOnBuild Revert "Set RestorePackagePath" This reverts commit f69ea24ed26d600c35d2df438804a8e7f121b731. Removed GeneratePackageOnBuild This resolved a packing issue. See [here](https://github.com/dotnet/sdk/issues/10335) for more information. --- .../src/Microsoft.Azure.Batch.Conventions.Files.csproj | 1 - .../src/Microsoft.Azure.Batch.FileStaging.csproj | 1 - sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj | 1 - 3 files changed, 3 deletions(-) diff --git a/sdk/batch/Microsoft.Azure.Batch.Conventions.Files/src/Microsoft.Azure.Batch.Conventions.Files.csproj b/sdk/batch/Microsoft.Azure.Batch.Conventions.Files/src/Microsoft.Azure.Batch.Conventions.Files.csproj index c4c4b628e63ab..eea53d7af6f0c 100644 --- a/sdk/batch/Microsoft.Azure.Batch.Conventions.Files/src/Microsoft.Azure.Batch.Conventions.Files.csproj +++ b/sdk/batch/Microsoft.Azure.Batch.Conventions.Files/src/Microsoft.Azure.Batch.Conventions.Files.csproj @@ -12,7 +12,6 @@ Improve usability of GetOutputStoragePath. - True true $(RequiredTargetFrameworks) true diff --git a/sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj b/sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj index 6067c607a5755..7b5ed3b43d9b4 100644 --- a/sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj +++ b/sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj @@ -18,7 +18,6 @@ $(RequiredTargetFrameworks) - True diff --git a/sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj b/sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj index 27ae4892b381e..745c992f01e27 100644 --- a/sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj +++ b/sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj @@ -15,7 +15,6 @@ $(RequiredTargetFrameworks) - True For detailed release notes, see: https://aka.ms/batch-net-dataplane-changelog