We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3c555 commit 158f171Copy full SHA for 158f171
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build the packages
15
run: dotnet build --configuration Release /p:PackageOutputPath=$GITHUB_WORKSPACE/artifacts
16
- name: Run the tests
17
- run: dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0 --no-build
+ run: dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0
18
- name: Publish the packages
19
run: dotnet nuget push "$GITHUB_WORKSPACE/artifacts/*.nupkg" --source $ARTIFACTORY_PUSH_TARGET --api-key $API_KEY
20
env:
0 commit comments