Skip to content

Commit 158f171

Browse files
Remove --no-build to attempt to fix the workflow (#80)
1 parent 8c3c555 commit 158f171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build the packages
1515
run: dotnet build --configuration Release /p:PackageOutputPath=$GITHUB_WORKSPACE/artifacts
1616
- name: Run the tests
17-
run: dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0 --no-build
17+
run: dotnet test $GITHUB_WORKSPACE/Medidata.MAuth.sln --framework net5.0
1818
- name: Publish the packages
1919
run: dotnet nuget push "$GITHUB_WORKSPACE/artifacts/*.nupkg" --source $ARTIFACTORY_PUSH_TARGET --api-key $API_KEY
2020
env:

0 commit comments

Comments
 (0)