Merge pull request #500 from MiYanni/readme-centralize
Readme centralize
This commit is contained in:
Коммит
1fda71aafc
|
@ -5,19 +5,3 @@ require: $(this-folder)/../readme.md
|
||||||
output-folder: $(this-folder)/$(title)/$(title)
|
output-folder: $(this-folder)/$(title)/$(title)
|
||||||
clear-output-folder: false
|
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
|
|
||||||
```
|
|
|
@ -16,3 +16,28 @@ pipeline:
|
||||||
output-scope:
|
output-scope:
|
||||||
output-artifact: source-file-csharp
|
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
|
||||||
|
```
|
|
@ -6,17 +6,3 @@ output-folder: $(this-folder)/$(title)
|
||||||
clear-output-folder: false
|
clear-output-folder: false
|
||||||
client-accessibility: internal
|
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
|
|
||||||
```
|
|
|
@ -5,17 +5,3 @@ require: $(this-folder)/../../readme.md
|
||||||
output-folder: $(this-folder)/$(title)
|
output-folder: $(this-folder)/$(title)
|
||||||
clear-output-folder: true
|
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
|
|
||||||
```
|
|
Загрузка…
Ссылка в новой задаче