Skip to content
View stombeur's full-sized avatar
Block or Report

Block or report stombeur

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. chatopsbot chatopsbot Public

    devops bot built on microsoft bot framework - connects to visual studio team services vsts to queue builds

    C# 5

  2. azure-config-transform azure-config-transform Public

    Transform .cscfg and .csdef files like web.*.config in the build/package step

    C# 4 1

  3. Transform any .config file with msbuild Transform any .config file with msbuild
    1
    <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    2
      <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
    3
    
                  
    4
    	<PropertyGroup>
    5
    		<DestinationFile Condition=" '$(DestinationFile)' == '' ">$(SourceFile).transformed</DestinationFile>
  4. AppSettings AppSettings
    1
        public class AppSettings
    2
        {
    3
            private static string Get(string name, string defaultValue = null)
    4
            {
    5
                var result = ConfigurationManager.AppSettings[name];
  5. canvas-sketches canvas-sketches Public

    sketches made with canvas-sketch

    JavaScript 2 1