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
using System; | |
using Microsoft.AspNetCore.Hosting; | |
using MacsASPNETCore; | |
using System.IO; | |
using System.Net; | |
using System.Net.Http; | |
using System.Net.Mime; | |
using System.Reflection; | |
using System.Security; | |
using System.Security.Cryptography; |
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
#!powershell | |
# | |
# | |
# Author: Ian Cornett | |
# Version: 0.1 | |
# Version History: | |
# | |
# Purpose: Queue TFS Build from Ansible and return workable JSON dictionary for polling | |
# | |
# |