Skip to content

Commit

Permalink
search packages.
Browse files Browse the repository at this point in the history
build .tests for debug
  • Loading branch information
virot committed Jan 2, 2025
1 parent e1d466b commit abce9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: msbuild TameMyCerts\TameMyCerts.csproj -property:Configuration=debug

- name: Build TameMyCerts.Tests
run: msbuild TameMyCerts.Tests\TameMyCerts.Tests.csproj -property:Configuration=release
run: msbuild TameMyCerts.Tests\TameMyCerts.Tests.csproj -property:Configuration=debug

- name: Save Build TameMyCerts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Find mc.exe
run: |
$path = Get-ChildItem -Path "C:\Users\runneradmin\.nuget" -ErrorAction SilentlyContinue
$path = Get-ChildItem -Path "C:\Users\runneradmin\.nuget\packages" -ErrorAction SilentlyContinue
$path
shell: pwsh

Expand Down

0 comments on commit abce9c0

Please sign in to comment.