Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RouR committed Dec 18, 2017
1 parent b96c436 commit b5dccf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ bld/
[Oo]bj/
[Ll]og/

# SonarQube
.sonarqube/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
Expand Down
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ version: 1.0.{build}
image: Visual Studio 2017
nuget:
disable_publish_on_pr: true
before_build:
- dotnet restore
build_script:
- choco install "msbuild-sonarqube-runner" -y
- MSBuild.SonarQube.Runner.exe begin /k:"microdocum" /d:sonar.organization="rour-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="ffb0b2b9d22666f5639ed823f42c2bf92c4f964e"
- MSBuild.SonarQube.Runner.exe begin /k:"microdocum" /d:sonar.organization="rour-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="cbdf162317a340f70ceee07b9c6a21ec79dab3e1"
dotnet restore
- dotnet test
- dotnet build
- MSBuild.SonarQube.Runner.exe end /d:sonar.login="ffb0b2b9d22666f5639ed823f42c2bf92c4f964e"
test_script:
- dotnet test
- MSBuild.SonarQube.Runner.exe end /d:sonar.login="cbdf162317a340f70ceee07b9c6a21ec79dab3e1"
artifacts:
- path: artifacts\**\*.*
cache:
Expand Down

0 comments on commit b5dccf1

Please sign in to comment.