Skip to content

Commit

Permalink
Checking to make sure version is available later
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed May 27, 2020
1 parent 10aa604 commit 99021a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
version=$(minver --tag-prefix v)
echo "::set-env name=MINVERVERSIONOVERRIDE::$version"
- name: Build
run: dotnet build Foundatio.sln --configuration Release
run: |
echo $MINVERVERSIONOVERRIDE
dotnet build Foundatio.sln --configuration Release
- name: Run Tests
run: dotnet test Foundatio.sln --configuration Release --no-build
- name: Package
Expand Down

0 comments on commit 99021a3

Please sign in to comment.