We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f6908 commit f983329Copy full SHA for f983329
.github/workflows/copilot-setup-steps.yml
@@ -44,9 +44,6 @@ jobs:
44
# Install dependent PowerShell modules
45
Install-PSResource -Name 'SqlServer' -Version '21.1.18256' -Scope 'CurrentUser' -Repository 'PSGallery' -TrustRepository
46
47
- # Set execution policy for development
48
- Set-ExecutionPolicy -ExecutionPolicy 'RemoteSigned' -Scope 'CurrentUser' -Force
49
-
50
Write-Host "PowerShell environment setup complete." -ForegroundColor Green
51
52
- name: Install .NET Tools
0 commit comments