Github pull request
Github standard Fork & Pull Request Workflow
What to do after the pull request is merged
--- | |
downloads: ~/.ansible-downloads/ | |
general: | |
local_home: "{{ lookup('env','HOME') }}" | |
user_name: "{{ lookup('env', 'USER') }}" | |
configure_dotfiles: no | |
configure_sudoers: yes |
Github pull request
Github standard Fork & Pull Request Workflow
What to do after the pull request is merged
<Project Sdk="Microsoft.NET.Sdk.Web"> | |
<PropertyGroup> | |
<TargetFramework>netcoreapp2.1</TargetFramework> | |
<RuntimeFrameworkVersion>2.1.0-preview1-25919-02</RuntimeFrameworkVersion> | |
<!--<RuntimeIdentifiers>win8-x64;ubuntu.16.10-x64;osx.10.12-x64</RuntimeIdentifiers>--> | |
</PropertyGroup> | |
<ItemGroup> | |
<Compile Remove="releaseOutput\**" /> |
FROM microsoft/mssql-server-linux:2017-latest | |
ENV ACCEPT_EULA=Y | |
ENV SA_PASSWORD=January2018 | |
ENV MSSQL_PID=Developer | |
WORKDIR /src | |
COPY initialize-database.sql ./ | |
COPY setup-database.sh ./ |
<Project Sdk="Microsoft.NET.Sdk.Web"> | |
<PropertyGroup> | |
<!-- <TargetFramework>netcoreapp2.0</TargetFramework> --> | |
<TargetFramework>netcoreapp2.1</TargetFramework> | |
<RuntimeFrameworkVersion>2.1.0-preview1-25919-02</RuntimeFrameworkVersion> | |
</PropertyGroup> | |
<PropertyGroup> | |
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest> |
{ | |
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"agentCount": { | |
"allowedValues": [ | |
1, | |
2, | |
3, | |
4, |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: abc2018sg |