This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
services: [] | |
jobs: | |
- job: Build | |
pool: | |
name: Hosted Ubuntu 1604 | |
steps: | |
- task: Docker@1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1000 REM Frogger | |
1020 REM ------------------------ | |
1030 CLS | |
1040 PRINT "=== Frogger ===" | |
1050 PRINT "UP: W" | |
1070 PRINT "LEFT: A" | |
1080 PRINT "RIGHT: S" | |
1081 LET I = 960 | |
1082 LET X = 24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write-Output "Running config with subdomain $Env:VSTS_SUBDOMAIN and token $Env:VSTS_PATTOKEN" | |
./config.cmd --unattended --url "https://$Env:VSTS_SUBDOMAIN.visualstudio.com" --auth PAT --token $Env:VSTS_PATTOKEN --pool default | |
./run.cmd |
NewerOlder