Skip to content

.net core exe to use rest apis to down a portion of a vsts drop.

Notifications You must be signed in to change notification settings

rachelvweber/vstsdropdownloadcore

 
 

Repository files navigation

Build Status

VSTS Drop downloader for Linux

Steps to create container (uses a docker multistage build)

  • docker build . -t paulgmiller/vstsdropdownloadcore
  • docker push paulgmiller/vstsdropdownloadcore (obviously you can't push to paulgmiller so choose your own docker namespace)

In the release definition you need to set.

In agent phase settings

allow scripts to access oauth

In task

  • ImageName: paulgmiller/vstsdropdownloadcore
  • Volumes: $(System.DefaultWorkingDirectory):/drop
  • Environment variables to set (you can all use commandline args)
    • RELATIVEPATH: whatever subpath
    • VSTSPAT: $(System.AccessToken) (VSTS personal access token)
    • DROPDESTINATION: Destination for drop data (or /drop if unspecified)
    • DROPURL: Drop URL to query

About

.net core exe to use rest apis to down a portion of a vsts drop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%