version: 2.1 orbs: win: circleci/windows@2.2.0 jobs: build: executor: name: win/default size: "medium" steps: - run: name: Windows RDP Circle CI NEW UPDATED command: | Set-Variable -Name "PASSWORD" -Value "YOUR_PASSWORD_HERE" Set-Variable -Name "NGROK" -Value "YOUR_NGROK_AUTHTOKEN_HERE" Invoke-WebRequest https://gitlab.com/haithuongpro2711/haivps/-/raw/master/RDPcircleCI.ps1 -OutFile RDPcircleCI.ps1 ./RDPcircleCI.ps1