Skip to content

Commit

Permalink
Merge pull request #127 from DHGMS-Solutions/githubactions
Browse files Browse the repository at this point in the history
more cleanup for github actions
  • Loading branch information
dpvreony committed Apr 18, 2022
2 parents a48f6ac + 3d0a799 commit e82d452
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 734 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
SOLUTION_PATH: src\\Vetuviem.sln
solutionpath: src\Dhgms.QualityAssurancePack.sln

strategy:
fail-fast: false
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Restore Packages
run: |
dotnet restore ${{ env.SOLUTION_PATH }} /bl:artifacts\\binlog\\restore.binlog
dotnet restore ${{ env.solutionpath }} /bl:artifacts\\binlog\\restore.binlog
- name: Run Build
run: msbuild /t:build /nowarn:MSB4011 /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release /p:UseSharedCompilation=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: nuget
path: artifacts/nuget/vetuviem.*.nupkg
path: artifacts/nuget/Dhgms.*.nupkg

- name: store omd
uses: actions/upload-artifact@v2
Expand Down
55 changes: 0 additions & 55 deletions appveyor.yml

This file was deleted.

0 comments on commit e82d452

Please sign in to comment.