diff --git a/build.proj b/build.proj
index 44120e1cb61c6..643b4a62e3b69 100644
--- a/build.proj
+++ b/build.proj
@@ -1,399 +1,397 @@
+
+
+
+ $(MSBuildThisFileDirectory)
+ $(LibraryRoot)src
+ $(LibraryRoot)tools
+ $(LibraryRoot)\packages
+ Microsoft Azure Management Libraries
+ src\Authentication\Authentication.sln
+ AzureManagementLibraries.sln
+ $(LibraryRoot)binaries
+ $(BinariesFolder)\packages
+ Debug
+ false
+
+ false
+ All
+ portable;net40;net45
+ net45
+ $(LibraryToolsFolder)\7-Zip
+ $(ZipExeFolder)\7z.exe
+ "$(LibraryToolsFolder)\nuget.exe"
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- /p:NuGetPublishingSource=Uri
- The NuGet Server to push packages to.
- -->
-
-
- $(MSBuildThisFileDirectory)
- $(LibraryRoot)src
- $(LibraryRoot)tools
- $(LibraryRoot)\packages
- Microsoft Azure Management Libraries
- src\Authentication\Authentication.sln
- AzureManagementLibraries.sln
- $(LibraryRoot)binaries
- $(BinariesFolder)\packages
- Debug
- false
-
- false
- All
- portable;net40;net45
- net45
- $(LibraryToolsFolder)\7-Zip
- $(ZipExeFolder)\7z.exe
- "$(LibraryToolsFolder)\nuget.exe"
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(OnPremiseBuildTasks)
+ true
+ false
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(OnPremiseBuildTasks)
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_ExtraPropertyList>CodeSign=$(CodeSign)
- <_TemporaryNetCoreFeeds>-s https://api.nuget.org/v3/index.json -s https://dotnet.myget.org/F/cli-deps/api/v3/index.json
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ <_ExtraPropertyList>CodeSign=$(CodeSign)
+ <_TemporaryNetCoreFeeds>-s https://api.nuget.org/v3/index.json -s https://dotnet.myget.org/F/cli-deps/api/v3/index.json
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- $([System.IO.Path]::GetFileName($(Scope)))
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ $([System.IO.Path]::GetFileName($(Scope)))
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- $(LibrarySourceFolder)\Authentication
-
- 31bf3856ad364e35
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ $(LibrarySourceFolder)\Authentication
+
+ 31bf3856ad364e35
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -PackagesDirectory $(LibraryNugetPackageFolder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_NetCorePackagesTemp Include="$(PackageOutputDir)\%(NetCore_AutoRestLibraries.PackageName)*.nupkg"/>
-
-
-
-
-
- <_UnsignedFolder>$(PackageOutputDir)\unsigned
- <_SignedFolder>$(PackageOutputDir)\signed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <_TempBinaries Include="$(PackageOutputDir)\**\*.dll"/>
- <_PackageBinaries Include="@(_TempBinaries)">
-
- $(_UnsignedFolder)\$([System.String]::new('%(RecursiveDir)%(FileName)%(Extension)').Replace('\', '__'))
- $(_SignedFolder)\$([System.String]::new('%(RecursiveDir)%(FileName)%(Extension)').Replace('\', '__'))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -PackagesDirectory $(LibraryNugetPackageFolder)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_NetCorePackagesTemp Include="$(PackageOutputDir)\%(NetCore_AutoRestLibraries.PackageName)*.nupkg"/>
+
+
+
+
+
+
+ <_UnsignedFolder>$(PackageOutputDir)\unsigned
+ <_SignedFolder>$(PackageOutputDir)\signed
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_TempBinaries Include="$(PackageOutputDir)\**\*.dll"/>
+ <_PackageBinaries Include="@(_TempBinaries)">
+
+ $(_UnsignedFolder)\$([System.String]::new('%(RecursiveDir)%(FileName)%(Extension)').Replace('\', '__'))
+ $(_SignedFolder)\$([System.String]::new('%(RecursiveDir)%(FileName)%(Extension)').Replace('\', '__'))
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tools/nuget.targets b/tools/nuget.targets
index 94dbdcfee7817..b03227be949fa 100644
--- a/tools/nuget.targets
+++ b/tools/nuget.targets
@@ -1,136 +1,138 @@
-
- PREVIEW RELEASE
-
-
-
-
-
-
-
-
-
-
- normal
-
-
-
-
- $(BaselineReleaseNotes)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- %WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe
- $(MSBuildProjectDirectory)\tools\Sync-NuspecDependencies.ps1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ PREVIEW RELEASE
+
-
-
-
+
-
-
-
-
-
-
-
-
-
- <_NetCorePackages Include="%(NetCore_AutoRestLibraries.Library)\bin\$(Configuration)\%(NetCore_AutoRestLibraries.PackageName)*.nupkg" />
-
-
-
-
-
-
-
-
-
-
-
-
- -Source $(NuGetPublishingSource)
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ normal
+
+
+
+
+ $(BaselineReleaseNotes)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ %WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe
+ $(MSBuildProjectDirectory)\tools\Sync-NuspecDependencies.ps1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <_NetCorePackages Include="%(NetCore_AutoRestLibraries.Library)\bin\$(Configuration)\%(NetCore_AutoRestLibraries.PackageName)*.nupkg" />
+
+
+
+
+
+
+
+
+
+
+
+
+ -Source $(NuGetPublishingSource)
+
+
+
+
+
+
+
+
+
+
-
-
- <_NetCorePackagesToPublish Include="$(PackageOutputDir)\$(NetCorePackageName)*.nupkg"
+
+
+ <_NetCorePackagesToPublish Include="$(PackageOutputDir)\$(NetCorePackageName)*.nupkg"
Exclude="$(PackageOutputDir)\$(NetCorePackageName)*.symbols.nupkg">
-
-
+
+
-
-
- -Source $(NuGetPublishingSource)
-
+
+
+ -Source $(NuGetPublishingSource)
+
-
+
\ No newline at end of file