Skip to content

Commit

Permalink
Undo debugging switches for CI build
Browse files Browse the repository at this point in the history
Closes #196
  • Loading branch information
atruskie committed Apr 7, 2020
1 parent 1a273de commit 3f1ff1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ schedules:

variables:
build: '$(Build.BuildID)'
system.debug: true
#system.debug: true
NUGET_PACKAGES: $(Pipeline.Workspace)/.nuget/packages
CI: true

Expand Down Expand Up @@ -93,7 +93,6 @@ stages:
- pwsh: |
git checkout $env:BUILD_SOURCEBRANCHNAME
./build/release_notes.ps1 v${env:AP_VERSION} '$(System.ArtifactsDirectory)/release_notes.txt' -update_changelog
Get-ChildItem env:
git config --global user.email "ecoacoustics@qut.edu.au"
git config --global user.name "QUT Ecoacoustics"
git add CHANGELOG.md
Expand All @@ -118,6 +117,6 @@ stages:
assets: |
$(System.ArtifactsDirectory)/**/*.zip
$(System.ArtifactsDirectory)/**/*.tar.xz
isDraft: true
isDraft: false
isPreRelease: true
addChangeLog: false
1 change: 0 additions & 1 deletion build/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
--settings tests/Acoustics.Test/.runsettings
--collect:"XPlat Code Coverage"
--results-directory '$(Agent.TempDirectory)/Acoustics.Test_Results'
--filter "RuntimesTests"
--
RunConfiguration.DisableAppDomain=true
displayName: Run Acoustics.Test
Expand Down

0 comments on commit 3f1ff1b

Please sign in to comment.