Skip to content

Commit

Permalink
Add nuget packages for Bicep.Core & Bicep.Decompiler (#5826)
Browse files Browse the repository at this point in the history
* Add Bicep.Core & Bicep.Decompiler nuget packages

* Update lock files
  • Loading branch information
anthony-c-martin authored Feb 1, 2022
1 parent 763d57d commit c78d736
Show file tree
Hide file tree
Showing 20 changed files with 231 additions and 207 deletions.
8 changes: 8 additions & 0 deletions scripts/UploadSignedReleaseArtifacts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ $artifacts = @(
assetName = 'bicep-win-x64.exe';
relativePath = 'bicep-Release-win-x64/bicep.exe';
},
@{
assetName = "Azure.Bicep.Core.$buildVersion.nupkg";
relativePath = "Azure.Bicep.Core.$buildVersion.nupkg";
},
@{
assetName = "Azure.Bicep.Decompiler.$buildVersion.snupkg";
relativePath = "Azure.Bicep.Decompiler.$buildVersion.snupkg";
},
@{
assetName = "Azure.Bicep.MSBuild.$buildVersion.nupkg";
relativePath = "Azure.Bicep.MSBuild.$buildVersion.nupkg";
Expand Down
62 changes: 31 additions & 31 deletions src/Bicep.Cli.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1674,26 +1674,7 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.cli.unittests": {
"type": "Project",
"dependencies": {
"FluentAssertions": "6.4.0",
"MSTest.TestAdapter": "2.2.3",
"MSTest.TestFramework": "2.2.5",
"Microsoft.NET.Test.Sdk": "16.10.0",
"bicep": "1.0.0"
}
},
"bicep.core": {
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
Expand All @@ -1715,10 +1696,37 @@
"System.IO.Abstractions": "13.2.47"
}
},
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Azure.Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.cli.unittests": {
"type": "Project",
"dependencies": {
"FluentAssertions": "6.4.0",
"MSTest.TestAdapter": "2.2.3",
"MSTest.TestFramework": "2.2.5",
"Microsoft.NET.Test.Sdk": "16.10.0",
"bicep": "1.0.0"
}
},
"bicep.core.samples": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Bicep.Core.UnitTests": "1.0.0",
"FluentAssertions": "6.4.0",
"MSTest.TestAdapter": "2.2.3",
Expand All @@ -1730,7 +1738,7 @@
"bicep.core.unittests": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Bicep.LangServer": "1.0.0",
"DiffPlex": "1.7.0",
"FluentAssertions": "6.4.0",
Expand All @@ -1743,18 +1751,10 @@
"System.IO.Abstractions.TestingHelpers": "13.2.47"
}
},
"bicep.decompiler": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep.langserver": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"OmniSharp.Extensions.LanguageServer": "0.19.2"
}
}
Expand Down
24 changes: 12 additions & 12 deletions src/Bicep.Cli.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1383,16 +1383,7 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.core": {
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
Expand All @@ -1414,13 +1405,22 @@
"System.IO.Abstractions": "13.2.47"
}
},
"bicep.decompiler": {
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Azure.Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
}
},
"net6.0/linux-arm64": {
Expand Down
6 changes: 3 additions & 3 deletions src/Bicep.Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
"resolved": "4.5.4",
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg=="
},
"bicep.core": {
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
Expand All @@ -432,10 +432,10 @@
"System.IO.Abstractions": "13.2.47"
}
},
"bicep.decompiler": {
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
Expand Down
42 changes: 21 additions & 21 deletions src/Bicep.Core.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1674,16 +1674,7 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.core": {
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
Expand All @@ -1705,10 +1696,27 @@
"System.IO.Abstractions": "13.2.47"
}
},
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Azure.Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.core.samples": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Bicep.Core.UnitTests": "1.0.0",
"FluentAssertions": "6.4.0",
"MSTest.TestAdapter": "2.2.3",
Expand All @@ -1720,7 +1728,7 @@
"bicep.core.unittests": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Bicep.LangServer": "1.0.0",
"DiffPlex": "1.7.0",
"FluentAssertions": "6.4.0",
Expand All @@ -1733,18 +1741,10 @@
"System.IO.Abstractions.TestingHelpers": "13.2.47"
}
},
"bicep.decompiler": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep.langserver": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"OmniSharp.Extensions.LanguageServer": "0.19.2"
}
}
Expand Down
40 changes: 20 additions & 20 deletions src/Bicep.Core.Samples/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1674,16 +1674,7 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.core": {
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
Expand All @@ -1705,10 +1696,27 @@
"System.IO.Abstractions": "13.2.47"
}
},
"Azure.Bicep.Decompiler": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Core": "1.0.0",
"Azure.Bicep.Decompiler": "1.0.0",
"Microsoft.Extensions.Logging": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
}
},
"bicep.core.unittests": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"Bicep.LangServer": "1.0.0",
"DiffPlex": "1.7.0",
"FluentAssertions": "6.4.0",
Expand All @@ -1721,18 +1729,10 @@
"System.IO.Abstractions.TestingHelpers": "13.2.47"
}
},
"bicep.decompiler": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Newtonsoft.Json": "13.0.1",
"System.Collections.Immutable": "6.0.0"
}
},
"bicep.langserver": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"OmniSharp.Extensions.LanguageServer": "0.19.2"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/Bicep.Core.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
"bicep.core": {
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "0.1.331",
Expand All @@ -1698,7 +1698,7 @@
"bicep.langserver": {
"type": "Project",
"dependencies": {
"Bicep.Core": "1.0.0",
"Azure.Bicep.Core": "1.0.0",
"OmniSharp.Extensions.LanguageServer": "0.19.2"
}
}
Expand Down
Loading

0 comments on commit c78d736

Please sign in to comment.