Skip to content

Commit

Permalink
Merge pull request #9 from LogoFX/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
godrose committed Sep 25, 2021
2 parents 58f31cc + 7ddf89b commit 7656ddf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Model objects with various aspects, including property change notification, hier

<img src=https://img.shields.io/nuget/dt/LogoFX.Client.Mvvm.Model>

[Living documentation](https://ci.appveyor.com/api/projects/LogoFX/mvvm/artifacts/src/LogoFX.Client.Mvvm.Model.Specs/bin/LivingDoc.html)
[Living documentation](https://ci.appveyor.com/api/projects/LogoFX/mvvm/artifacts/output/LogoFX.Client.Mvvm.Model.Specs.LivingDoc.html)

[Get package](https://www.nuget.org/packages/LogoFX.Client.Mvvm.Model/)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ artifacts:
- name: Packages
path: ./output/*.nupkg
- name: Model Living Documentation
path: ./src/LogoFX.Client.Mvvm.Model.Specs/bin/Release/LivingDoc.html
path: ./output/LogoFX.Client.Mvvm.Model.Specs.LivingDoc.html
# restore when specs cease to be flaky
# - name: View Model Extensions Living Documentation
# path: ./src/LogoFX.Client.Mvvm.ViewModel.Extensions.Specs/bin/LivingDoc.html
Expand Down
1 change: 1 addition & 0 deletions devops/test/test-specs-single.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dotnet test %1.csproj -c Release
rem TODO: Provide more generic and reusable way
cd ./Bin/Release
livingdoc test-assembly %1.dll -t TestExecution.json --work-item-url-template https://github.com/LogoFX/mvvm/issues/{id} --work-item-prefix WI
xcopy LivingDoc.html "../../../../output/%1.LivingDoc.html*" /Y
cd ../../../../devops/test

0 comments on commit 7656ddf

Please sign in to comment.