Skip to content

Commit 219409c

Browse files
NoriZCKalpeshChavan12Kalpesh ChavandolauliNickcandy
authored
Test removing deps.json (#22441)
* Test removing deps.json * Test removing deps.json * Merge main (#22470) * Added PreTask and PostTask in model to fix breaking changes. (#22421) * Added PreTask and PostTask in model to fix breaking changes. * Removed positional mapping and ignored pretask and post task attributes --------- Co-authored-by: Kalpesh Chavan <[email protected]> * Add alias for some properties to avoid breaking change for keyvault (#22424) * Revert "Update DedicatedHostUpdateMethod.cs (#22408)" (#22417) This reverts commit 7cfc158. * Revert "[Compute] New cmdlets Get-AzHostSize and Update-AzHost (#22381)" This reverts commit c8e54e2. * Revert "update SDK package to use latest REST API version calls (#22337)" This reverts commit 7407fb0. * Migrate StackHCI from generation to release-2023-08-01 (#22427) * Move StackHCI to release-2023-08-01 * Create BreakingChangeIssues.csv --------- Co-authored-by: NanxiangLiu <[email protected]> * Update Az.Batch.psd1 (#22425) * Update Az.Batch.psd1 * Update ChangeLog.md * Update src/Batch/Batch/ChangeLog.md * Update src/Batch/Batch/ChangeLog.md --------- Co-authored-by: Beisi Zhou <[email protected]> * add suppress for release branch (#22420) * add suppress for breaking change * add suppress for breaking change * Delete SignatureIssues.csv * Delete BreakingChangeIssues.csv * release-2023-08-01 (#22434) * Bumped version to Az 10.2.0 * remove preview json file * Use autorest.powershell to generate management SDK for cosmosDB (#22413) * Add UX metadata for MariaDB and PostgreSql (#22412) * Update the reference of Azure PowerShell Common to 1.3.82-preview (#22442) --------- Co-authored-by: Kalpesh Chavan <[email protected]> Co-authored-by: Kalpesh Chavan <[email protected]> Co-authored-by: Xiaogang <[email protected]> Co-authored-by: NanxiangLiu <[email protected]> Co-authored-by: nanxiangLiu <[email protected]> Co-authored-by: Azure PowerShell <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Yan Xu <[email protected]> * test removing deps.json2 --------- Co-authored-by: Kalpesh Chavan <[email protected]> Co-authored-by: Kalpesh Chavan <[email protected]> Co-authored-by: Xiaogang <[email protected]> Co-authored-by: NanxiangLiu <[email protected]> Co-authored-by: nanxiangLiu <[email protected]> Co-authored-by: Azure PowerShell <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Yan Xu <[email protected]>
1 parent 42e737f commit 219409c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@
196196
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts)/$(Configuration) -Recurse -Include 'runtimes' | Remove-Item -Recurse -Force&quot;" Condition="'$(CodeSign)' == 'true'" />
197197

198198
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(RepoTools)/UpdateModules.ps1 -BuildConfig $(Configuration) -Scope $(Scope)&quot;"/>
199+
<!-- Delete .deps.json files -->
200+
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts) -Recurse | Where-Object { $_.Name -Like '*Az.*.deps.json' -or $_.Name -Like 'Microsoft.Azure.*.deps.json' } | Remove-Item -Recurse -Force&quot; "/>
199201
</Target>
200202

201203
<Target Name="OnPremChecks" Condition="'$(OnPremiseBuild)'">

0 commit comments

Comments
 (0)