File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
ArwynFr.IntegrationTesting Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ name : continuous deployment
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches : [main]
7+
8+ jobs :
9+ deployment :
10+ uses : ArwynFr/ArwynFr/.github/workflows/deployment/nuget.yaml@main
11+ with :
12+ target : ./src
13+ secrets :
14+ NUGET_APIKEY : ${{ secrets.NUGET_APIKEY }}
Original file line number Diff line number Diff line change 7979 run : dotnet tool restore
8080 - name : Check outdated nuget packages
8181 run : dotnet outdated --fail-on-updates
82-
83- # - name: Continuous integration
84- # run: gh pr merge --squash --auto
85- # env:
86- # GH_TOKEN: ${{ github.token }}
Original file line number Diff line number Diff line change 1212 <PackageReadmeFile >README.md</PackageReadmeFile >
1313 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1414 <SonarQubeTestProject >false</SonarQubeTestProject >
15+ <RepositoryUrl >https://github.com/ArwynFr/dotnet-integration-testing</RepositoryUrl >
16+ <PackageTags >xunit;integration-testing;WebApplicationFactory</PackageTags >
17+ <PackageIcon >logo.png</PackageIcon >
1518 </PropertyGroup >
1619
1720 <ItemGroup >
2528
2629 <ItemGroup >
2730 <None Include =" ../../.github/README.md" Pack =" true" PackagePath =" /" />
31+ <None Include =" ../logo.png" Pack =" true" PackagePath =" /" />
2832 </ItemGroup >
2933
3034</Project >
You can’t perform that action at this time.
0 commit comments