Skip to content

Commit

Permalink
Move to Azure Artifacts nuget stream (Azure#4379)
Browse files Browse the repository at this point in the history
Published Nested Edge SDK packages to AA stream, moving solution off the old MyGet stream.
https://dev.azure.com/iotedge/iotedge/_packaging?_a=feed&feed=azure-iotedge-packages
  • Loading branch information
richma-ms authored and damonbarry committed Apr 14, 2022
1 parent 7483d5d commit 8ce2630
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions builds/ci/dotnet.yaml
Expand Up @@ -8,6 +8,7 @@ trigger:
- preview/iiot
pr: none
variables:
NugetSecurityAnalysisWarningLevel: warn
build.configuration: Release
test.filter: Category=Integration&Category!=Stress
jobs:
Expand Down
1 change: 1 addition & 0 deletions builds/e2e/connectivity.yaml
Expand Up @@ -2,6 +2,7 @@ trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn
images.artifact.name.linux: 'core-linux'
vsts.project: $(System.TeamProjectId)

Expand Down
3 changes: 3 additions & 0 deletions builds/e2e/e2e.yaml
@@ -1,6 +1,9 @@
trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn

resources:
pipelines:
- pipeline: images
Expand Down
1 change: 1 addition & 0 deletions builds/e2e/nested-connectivity.yaml
Expand Up @@ -2,6 +2,7 @@ trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn
images.artifact.name.linux: 'core-linux'
vsts.project: $(System.TeamProjectId)

Expand Down
3 changes: 3 additions & 0 deletions builds/e2e/nested-e2e.yaml
@@ -1,6 +1,9 @@
trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn

resources:
pipelines:
- pipeline: images
Expand Down
3 changes: 3 additions & 0 deletions builds/e2e/nested-longhaul.yaml
@@ -1,6 +1,9 @@
trigger: none
pr: none

variables:
NugetSecurityAnalysisWarningLevel: warn

resources:
pipelines:
- pipeline: images
Expand Down
2 changes: 2 additions & 0 deletions builds/misc/images.yaml
Expand Up @@ -6,6 +6,8 @@ trigger:
- iiot
- preview/iiot
pr: none
variables:
NugetSecurityAnalysisWarningLevel: warn

jobs:
################################################################################
Expand Down
2 changes: 2 additions & 0 deletions builds/misc/packages.yaml
Expand Up @@ -14,6 +14,8 @@ jobs:
displayName: Linux
pool:
vmImage: 'ubuntu-18.04'
variables:
NugetSecurityAnalysisWarningLevel: warn
strategy:
matrix:
Centos75-amd64:
Expand Down
4 changes: 2 additions & 2 deletions nuget.config
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="MyGetDeviceSdk" value="https://www.myget.org/F/aziot-device-sdk/api/v3/index.json" />
<add key="MyGetEdgeExtension" value="https://www.myget.org/F/aziot-edge-extension/api/v3/index.json" />
<add key="azure-iotedge-packages" value="https://pkgs.dev.azure.com/iotedge/iotedge/_packaging/azure-iotedge-packages/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 8ce2630

Please sign in to comment.