You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Save-Module Cmdlet creates a Folder structure like this
21
+
```
22
+
VstsTaskSdk
23
+
└───<Version>
24
+
[...]
25
+
VstsTaskSdk.psd1
26
+
```
27
+
you need to manually adjust it to resemble the structure shown in the [Package the SDK with the task](#package-the-sdk-with-the-task) section. That means you need to move the content of the version Folder one directory up.
28
+
20
29
## task.json modifications
21
30
Use the `PowerShell3` execution handler and set the target to the entry PS1 script. The entry PS1 script should be located in the root of the task folder.
0 commit comments