Skip to content

Commit 9ee470f

Browse files
committed
Work CI-CD
- Remove nano Azure feed from nuget config. - Update packages.lock.json. ***NO_CI***
1 parent c795a36 commit 9ee470f

File tree

4 files changed

+3
-77
lines changed

4 files changed

+3
-77
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<configuration>
33
<packageSources>
44
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5-
<add key="Azure Artifacts nanoFramework dev" value="https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json" protocolVersion="3" />
65
</packageSources>
76
</configuration>

nanoFirmwareFlasher.Library/packages.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"type": "Direct",
3939
"requested": "[2.4.42, )",
4040
"resolved": "2.4.42",
41-
"contentHash": "6uuEjBEutJdoIAhhhHyq77feruh6awmAeqKT68159kimVYauRplO9P3s3O2TgZ8JhGjWZsKDdbyLZAgffu5byQ==",
41+
"contentHash": "3RWlCdTOkf0RDHRc+qFs0Di4QP9JLwaa3msLK1WT+XUeIaG45MJo9WLJ+tBS4rXcn0dHQSAKIP17q374WmaMag==",
4242
"dependencies": {
4343
"Polly": "7.2.3",
4444
"PropertyChanged.Fody": "2.6.1",
@@ -306,7 +306,7 @@
306306
"type": "Direct",
307307
"requested": "[2.4.42, )",
308308
"resolved": "2.4.42",
309-
"contentHash": "6uuEjBEutJdoIAhhhHyq77feruh6awmAeqKT68159kimVYauRplO9P3s3O2TgZ8JhGjWZsKDdbyLZAgffu5byQ==",
309+
"contentHash": "3RWlCdTOkf0RDHRc+qFs0Di4QP9JLwaa3msLK1WT+XUeIaG45MJo9WLJ+tBS4rXcn0dHQSAKIP17q374WmaMag==",
310310
"dependencies": {
311311
"Polly": "7.2.3",
312312
"PropertyChanged.Fody": "2.6.1",

nanoFirmwareFlasher.Tests/packages.lock.json

Lines changed: 0 additions & 73 deletions
This file was deleted.

nanoFirmwareFlasher.Tool/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "Direct",
1919
"requested": "[2.4.42, )",
2020
"resolved": "2.4.42",
21-
"contentHash": "6uuEjBEutJdoIAhhhHyq77feruh6awmAeqKT68159kimVYauRplO9P3s3O2TgZ8JhGjWZsKDdbyLZAgffu5byQ==",
21+
"contentHash": "3RWlCdTOkf0RDHRc+qFs0Di4QP9JLwaa3msLK1WT+XUeIaG45MJo9WLJ+tBS4rXcn0dHQSAKIP17q374WmaMag==",
2222
"dependencies": {
2323
"Polly": "7.2.3",
2424
"PropertyChanged.Fody": "2.6.1",

0 commit comments

Comments
 (0)