Skip to content

Commit

Permalink
Testing Config
Browse files Browse the repository at this point in the history
  • Loading branch information
colhountech committed Sep 8, 2021
1 parent b62b15d commit fd5a3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
echo SOLUTION: ${{env.SOLUTION}}
echo BUILD_CONFIG: ${{env.BUILD_CONFIG}}
echo Version: ${VERSION}
#echo GITHUB_REPOSITORY: $ENV:GITHUB_REPOSITORY
echo Version2: ${env.VERSION}
echo Version3: ${{env.VERSION}}
echo GITHUB_REPOSITORY: $ENV:GITHUB_REPOSITORY
- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --output .

0 comments on commit fd5a3b9

Please sign in to comment.