Skip to content
View stombeur's full-sized avatar

Block or report stombeur

Report abuse

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

Report abuse

Pinned Loading

  1. chatopsbot chatopsbot Public

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

    C# 6

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

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

    C# 3 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