Skip to content

Commit

Permalink
chore: pipeline change
Browse files Browse the repository at this point in the history
  • Loading branch information
minkostaev committed Apr 17, 2024
1 parent 705b3f2 commit c5429f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ jobs:
dotnet tool install dotnet-reportgenerator-globaltool --version 4.8.13
#https://danielpalme.github.io/ReportGenerator/usage.html

- name: Set SolutionDir
run: echo "SolutionDir=$(pwd)" >> $GITHUB_OUTPUT

# Execute report generator
- name: Execute report generator
run: |
Expand All @@ -87,6 +84,9 @@ jobs:
# PublishProfiles makes exes and adding them to artifacts
- name: Publish profiles
run: |
$solutionDir = "$(Get-Location)"
echo "Solution directory is: $solutionDir"
echo "::set-env name=SolutionDir::$solutionDir"
cd ${{ env.Proj_Name }}
#dotnet publish ShortcutsGrid.csproj /p:PublishProfile="Win System"
#copy "bin\Win System\net8.0-windows\publish\win-x64\Win System.exe" ..\\${{ env.Test_Proj_Dir }}\\TestResults
Expand Down

0 comments on commit c5429f9

Please sign in to comment.