Pinned Loading
-
chatopsbot
chatopsbot Publicdevops bot built on microsoft bot framework - connects to visual studio team services vsts to queue builds
C# 7
-
azure-config-transform
azure-config-transform PublicTransform .cscfg and .csdef files like web.*.config in the build/package step
-
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" />
34<PropertyGroup>
5<DestinationFile Condition=" '$(DestinationFile)' == '' ">$(SourceFile).transformed</DestinationFile>
-
AppSettings
AppSettings 1public class AppSettings
2{
3private static string Get(string name, string defaultValue = null)
4{
5var result = ConfigurationManager.AppSettings[name];
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.