Skip to content

Commit f983329

Browse files
authored
Remove unnecessary commands
1 parent c4f6908 commit f983329

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
# Install dependent PowerShell modules
4545
Install-PSResource -Name 'SqlServer' -Version '21.1.18256' -Scope 'CurrentUser' -Repository 'PSGallery' -TrustRepository
4646
47-
# Set execution policy for development
48-
Set-ExecutionPolicy -ExecutionPolicy 'RemoteSigned' -Scope 'CurrentUser' -Force
49-
5047
Write-Host "PowerShell environment setup complete." -ForegroundColor Green
5148
5249
- name: Install .NET Tools

0 commit comments

Comments
 (0)