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
| #======================================================================================================================= | |
| # .bash_functions - This file is sourced by .bashrc. | |
| #======================================================================================================================= | |
| #----------------------------------------------------------------------------------------------------------------------- | |
| # az-man - Opens the learn.microsoft.com reference page for an Azure CLI command in the default browser. | |
| #----------------------------------------------------------------------------------------------------------------------- | |
| az-man() | |
| { |
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
| ####################################################################################################################### | |
| # Downloaded from https://kdc-dev.connective.eu/esig/swagger/swaggerv40.yaml (authentication required), file adapted | |
| # (corrected) on 1 September 2020 by Steven Volckaert (see https://support.connective.eu/issues/33469#change-113653) | |
| ####################################################################################################################### | |
| openapi: 3.0.0 | |
| info: | |
| title: Connective WebPortal Api | |
| version: 4.0.0 | |
| servers: | |
| - url: https://kdc-dev.connective.eu |
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
| #Requires -Version 3 | |
| <# | |
| .SYNOPSIS | |
| Downloads and installs an Azure Pipelines Agent on the current machine, | |
| and registers it with the specified Azure Devops organization, project, and environment. | |
| .DESCRIPTION | |
| This cmdlet downloads an Azure Pipelines Agent on the current machine, installs it to C:\azagent, | |
| and finally runs the .\config.cmd command, which registers the agent with the specified | |
| Azure DevOps organization, project, and environment. |
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
| namespace StevenVolckaert | |
| { | |
| using System; | |
| using System.IO; | |
| using System.Web.Hosting; | |
| using dotless.Core.Input; | |
| public class ImportedFilePathResolver : IPathResolver | |
| { | |
| private string _currentFileDirectory; |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am stevenvolckaert on github. | |
| * I am stevenvolckaert (https://keybase.io/stevenvolckaert) on keybase. | |
| * I have a public key whose fingerprint is A79B 8150 E5D3 583A 295D D731 F303 080C BCA4 88C5 | |
| To claim this, I am signing this object: |