Skip to content

Commit

Permalink
Merge pull request #81 from mdsol/develop
Browse files Browse the repository at this point in the history
(Re)release of v5.1.2
  • Loading branch information
kfurue-mdsol authored May 14, 2021
2 parents 5098d42 + 158f171 commit b97e608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build the packages
run: dotnet build --configuration Release /p:PackageOutputPath=$GITHUB_WORKSPACE/artifacts
- name: Run the tests
run: dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0 --no-build
run: dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0
- name: Publish the packages
run: dotnet nuget push "$GITHUB_WORKSPACE/artifacts/*.nupkg" --source $ARTIFACTORY_PUSH_TARGET --api-key $API_KEY
env:
Expand Down

0 comments on commit b97e608

Please sign in to comment.