Skip to content

Conversation

@makubacki
Copy link
Member

Before:

##vso[task.setvariable variable=pkg_count;isOutpout=true]{pkgcount}

After ("isOutpout" to "isOutput"):

##vso[task.setvariable variable=pkg_count;isOutput=true]{pkgcount}

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com

Before:

  ##vso[task.setvariable variable=pkg_count;isOutpout=true]{pkgcount}

After ("isOutpout" to "isOutput"):

  ##vso[task.setvariable variable=pkg_count;isOutput=true]{pkgcount}

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants