https://github.com/luanroger/.net-workflow
Powershell script que baixa os instaladores de programas essenciais para desenvolver em .NET
https://github.com/luanroger/.net-workflow
Last synced: about 2 months ago
JSON representation
Powershell script que baixa os instaladores de programas essenciais para desenvolver em .NET
- Host: GitHub
- URL: https://github.com/luanroger/.net-workflow
- Owner: LuanRoger
- License: mit
- Created: 2021-01-20T13:14:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T11:55:35.000Z (about 4 years ago)
- Last Synced: 2025-01-15T10:56:03.906Z (3 months ago)
- Language: PowerShell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .net-workflow
Usando BITS, o script baixa e coloca na mesma pasta de onde ele está os arquivos de instalação.
## Programas baixados
* VSCode
* dotMemory e dotTrace (dotUltimate)
* DataGrip
* GitHub Desktop
* SQL Server Express
* SQL Server Express LocalDB
* SQL Server Management Studio### Como usar
Abra o local onde o arquivo .ps1 está e excute o seguinte comando no Powershell ou CMD:```sh
> powershell -command .net-workflow.ps1
```
Caso suas políticas de execução estejam restringindo a execução do script:
```sh
> powershell -command "Set-ExecutionPolicy Unrestricted"
```