Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/PrepareAutorestModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ Copy-Item -Path "$TmpFolder\tools\Common*.targets" -Destination "$PSScriptRoot\.
Install-Module Az.Accounts -Repository PSGallery -Force
Import-Module Az.Accounts
Copy-Item "$PSScriptRoot\..\src\*.props" $TmpFolder

If ($ModuleSet.Contains("Compute"))
{
Copy-Item -Path "$TmpFolder\src\Resources\Resources.Test" -Destination "$PSScriptRoot\..\src\Resources\Resources.Test" -Force -Recurse
}
#EndRegion

#Region generate the code and make the struture same with main branch.
Expand Down