Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Changed Appveyor configuration to reflect repo split.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 22, 2019
1 parent ae6e240 commit 0c79321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Structurizr.sln
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{4FBA61
docs\images\system-context-diagram-1.png = docs\images\system-context-diagram-1.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "etc", "etc", "{043B24B2-2120-48D9-91B1-8BB426C1C369}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ build_script:
dotnet msbuild "/t:Restore;Pack" /p:Configuration=Release /p:VersionSuffix=pre${env:APPVEYOR_BUILD_NUMBER}-$($env:APPVEYOR_REPO_COMMIT.Substring(0,8))
}
test_script:
- ps: dotnet test .\Structurizr.AdrTools.Tests\Structurizr.AdrTools.Tests.csproj
- ps: dotnet test .\Structurizr.Core.Tests\Structurizr.Core.Tests.csproj
- ps: dotnet test .\Structurizr.Client.Tests\Structurizr.Client.Tests.csproj
- ps: dotnet test .\Structurizr.PlantUML.Tests\Structurizr.PlantUML.Tests.csproj
artifacts:
- path: '*\bin\Release\*.nupkg'

0 comments on commit 0c79321

Please sign in to comment.