Skip to content

Commit

Permalink
Merge branch 'master' into de-receipt-case-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed May 12, 2020
2 parents a184ae1 + 35e7828 commit b843929
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions azure-pipelines.yml
Expand Up @@ -46,25 +46,24 @@ steps:
# Specific version can be removed as soon as 0.12.6 is released
choco install wkhtmltopdf --version 0.12.4.20170325 --allow-downgrade -y
choco install docfx --version 2.41 -y
nuget install DocFx.Plugins.PlantUml -ExcludeVersion -OutputDirectory .
nuget install DocFx.Plugins.PlantUml -Version "1.1.19" -ExcludeVersion -OutputDirectory .
displayName: 'Install prerequisites'

- task: PowerShell@2
inputs:
filePath: 'set-chapter-numbers.ps1'

- powershell: |
Start-Process docfx -Wait -RedirectStandardError $(Build.ArtifactStagingDirectory)/docfx-err.log -RedirectStandardOutput $(Build.ArtifactStagingDirectory)/docfx-out.log
Start-Process docfx -ArgumentList "pdf" -Wait -RedirectStandardError $(Build.ArtifactStagingDirectory)/docfx-err.log -RedirectStandardOutput $(Build.ArtifactStagingDirectory)/docfx-out.log
displayName: Run docfx

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: documentation'
inputs:
PathtoPublish: '_site_pdf/'
ArtifactName: documentation

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: logs'
inputs:
ArtifactName: logs

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: documentation'
inputs:
PathtoPublish: '_site_pdf/'
ArtifactName: documentation
4 changes: 2 additions & 2 deletions doc/appendix-at-rksv/appendix-at-rksv.md
Expand Up @@ -8,6 +8,6 @@ The links to regulations and further information, can be found at:

Further literature can be found at:

<http://www.lindeverlag.at/titel-1-1/swk_spezial_registrierkassen_und_belegerteilungspflicht-6515>
https://www.lindeverlag.at/onlineprodukt/swk-spezial-registrierkassen-und-belegerteilungspflicht-1378

Ritz/Koran/Kutschera, SWK-Spezial Registrierkassen- und Belegerteilungspflicht, 1. Auflage 2016, Linde Verlag Wien. ISBN: 9783707333763
Ritz/Koran/Kutschera, SWK-Spezial Registrierkassen- und Belegerteilungspflicht, 1. Auflage 2016, Linde Verlag Wien. ISBN: 9783707333763

0 comments on commit b843929

Please sign in to comment.