Merge pull request #500 from MiYanni/readme-centralize
Readme centralize
This commit is contained in:
Коммит
1fda71aafc
|
@ -4,20 +4,4 @@
|
|||
require: $(this-folder)/../readme.md
|
||||
output-folder: $(this-folder)/$(title)/$(title)
|
||||
clear-output-folder: false
|
||||
```
|
||||
|
||||
``` yaml $(include-csproj) != 'disable'
|
||||
pipeline:
|
||||
csharpproj:
|
||||
input: modelerfour/identity
|
||||
csharpproj/emitter:
|
||||
input: csharpproj
|
||||
scope: output-scope
|
||||
```
|
||||
|
||||
``` yaml $(dotnet-build) != 'disable'
|
||||
pipeline:
|
||||
csharpgen/emitter/command:
|
||||
input: csharpgen/emitter
|
||||
run: dotnet build $(title).csproj --verbosity quiet /nologo
|
||||
```
|
|
@ -15,4 +15,29 @@ pipeline:
|
|||
scope: output-scope
|
||||
output-scope:
|
||||
output-artifact: source-file-csharp
|
||||
```
|
||||
|
||||
``` yaml $(include-csproj) != 'disable'
|
||||
pipeline:
|
||||
csharpproj:
|
||||
input: modelerfour/identity
|
||||
csharpproj/emitter:
|
||||
input: csharpproj
|
||||
scope: output-scope
|
||||
```
|
||||
|
||||
``` yaml $(dotnet-build) != 'disable' && $(include-csproj) == 'disable'
|
||||
pipeline:
|
||||
csharpgen/emitter/command:
|
||||
input: csharpgen/emitter
|
||||
run: dotnet build $(title).csproj --verbosity quiet /nologo
|
||||
```
|
||||
|
||||
``` yaml $(dotnet-build) != 'disable' && $(include-csproj) != 'disable'
|
||||
pipeline:
|
||||
csharpproj/emitter/command:
|
||||
input:
|
||||
- csharpgen/emitter
|
||||
- csharpproj/emitter
|
||||
run: dotnet build $(title).csproj --verbosity quiet /nologo
|
||||
```
|
|
@ -5,18 +5,4 @@ require: $(this-folder)/../../readme.md
|
|||
output-folder: $(this-folder)/$(title)
|
||||
clear-output-folder: false
|
||||
client-accessibility: internal
|
||||
```
|
||||
|
||||
``` yaml
|
||||
pipeline:
|
||||
csharpproj:
|
||||
input: modelerfour/identity
|
||||
csharpproj/emitter:
|
||||
input: csharpproj
|
||||
scope: output-scope
|
||||
csharpproj/emitter/command:
|
||||
input:
|
||||
- csharpgen/emitter
|
||||
- csharpproj/emitter
|
||||
run: dotnet build $(title).csproj --verbosity quiet /nologo
|
||||
```
|
|
@ -4,18 +4,4 @@
|
|||
require: $(this-folder)/../../readme.md
|
||||
output-folder: $(this-folder)/$(title)
|
||||
clear-output-folder: true
|
||||
```
|
||||
|
||||
``` yaml
|
||||
pipeline:
|
||||
csharpproj:
|
||||
input: modelerfour/identity
|
||||
csharpproj/emitter:
|
||||
input: csharpproj
|
||||
scope: output-scope
|
||||
csharpproj/emitter/command:
|
||||
input:
|
||||
- csharpgen/emitter
|
||||
- csharpproj/emitter
|
||||
run: dotnet build $(title).csproj --verbosity quiet /nologo
|
||||
```
|
Загрузка…
Ссылка в новой задаче