Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit ef138b2

Browse files
Update vsts.yml
1 parent 434c61a commit ef138b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vsts.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ resources:
33
queue:
44
name: PowerShell IoT
55
demands: DotNetFramework
6-
7-
86
steps:
9-
- powershell: inline 'pwsh -c ./build.ps1'
7+
- task: PowerShell@1
8+
inputs:
9+
scriptType: inlineScript
10+
inlineScript: pwsh -c ./build.ps1

0 commit comments

Comments
 (0)