Skip to content

Commit 8199048

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Rectified errors
1 parent a0409ce commit 8199048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines/update-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ steps:
55
targetType: 'inline'
66
pwsh: true
77
script: |
8-
Uninstall-Module Microsoft.Graph -Force -AllVersions -Force
9-
Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions -Force
8+
Uninstall-Module Microsoft.Graph -Force -AllVersions
9+
Uninstall-Module Microsoft.Graph.Beta -Force -AllVersions
1010
try{
1111
# Try to update the V1 module first.
1212
Install-Module Microsoft.Graph.Beta -Repository PSGallery -Scope AllUsers -AcceptLicense -SkipPublisherCheck -Force -AllowClobber

0 commit comments

Comments
 (0)