Github pull request
Github standard Fork & Pull Request Workflow
What to do after the pull request is merged
| 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.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\**" /> |
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 |