diff --git a/Directory.Build.props b/Directory.Build.props index b849ea5f68..b523370416 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -23,11 +23,6 @@ true - - - $(NoWarn);NU1507 - - linux diff --git a/NuGet.config b/NuGet.config index 24bb0bcd2c..2e1bd38683 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,41 +2,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67a1349e88..3cf6b31107 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -30,7 +30,7 @@ 5173daa9d8649d3b1af7025adc0d3431a2b7434b - https://dev.azure.com/dnceng/internal/_git/dotnet-extensions + https://github.com/dotnet/extensions 0db4832a73bcd20fe6eaaa01ff64d18e329d438d @@ -39,75 +39,75 @@ - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + https://github.com/dotnet/runtime + 59edaad404d1b8e47080015ae8d0787f94c970df - https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore + https://github.com/dotnet/aspnetcore c838682d8984f0183abb48a4032bf7846fef52ae - https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore + https://github.com/dotnet/aspnetcore c838682d8984f0183abb48a4032bf7846fef52ae - https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore + https://github.com/dotnet/aspnetcore c838682d8984f0183abb48a4032bf7846fef52ae - https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore + https://github.com/dotnet/aspnetcore c838682d8984f0183abb48a4032bf7846fef52ae - https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore + https://github.com/dotnet/aspnetcore c838682d8984f0183abb48a4032bf7846fef52ae - https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore + https://github.com/dotnet/aspnetcore c838682d8984f0183abb48a4032bf7846fef52ae - https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + https://github.com/dotnet/efcore e017dc125bef2f604f85befd8ff27544a5a67c38 - https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + https://github.com/dotnet/efcore e017dc125bef2f604f85befd8ff27544a5a67c38 - https://dev.azure.com/dnceng/internal/_git/dotnet-efcore + https://github.com/dotnet/efcore e017dc125bef2f604f85befd8ff27544a5a67c38 diff --git a/eng/pipelines/azure-pipelines.yml b/eng/pipelines/azure-pipelines.yml index 4bfd9a265c..dbd40bf6f6 100644 --- a/eng/pipelines/azure-pipelines.yml +++ b/eng/pipelines/azure-pipelines.yml @@ -64,8 +64,12 @@ stages: - job: windows timeoutInMinutes: 60 pool: - name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals 1es-windows-2022 + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: $(DncEngPublicBuildPool) + demands: ImageOverride -equals windows.vs2022preview.amd64.open + ${{ else }}: + name: $(DncEngInternalBuildPool) + demands: ImageOverride -equals 1es-windows-2022 strategy: matrix: release: @@ -75,14 +79,6 @@ stages: fetchDepth: 0 clean: true steps: - - task: PowerShell@2 - displayName: Setup Private Feeds Credentials - condition: eq(variables['Agent.OS'], 'Windows_NT') - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 - arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token - env: - Token: $(dn-bot-dnceng-artifact-feeds-rw) - script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine @@ -122,14 +118,6 @@ stages: - checkout: self clean: true steps: - - task: Bash@3 - displayName: Setup Private Feeds Credentials - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh - arguments: $(Build.SourcesDirectory)/NuGet.config $Token - condition: ne(variables['Agent.OS'], 'Windows_NT') - env: - Token: $(dn-bot-dnceng-artifact-feeds-rw) - script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine