File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- name : Pack
35
35
if : startsWith(github.ref, 'refs/tags/v')
36
- run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{ github.workspace }}/PackedNuget
36
+ run : dotnet pack IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{ github.workspace }}/PackedNuget
37
37
38
38
- name : Upload Artifacts
39
39
if : startsWith(github.ref, 'refs/tags/v')
62
62
$tagVersion = "${{ github.ref }}".substring(11)
63
63
echo "::set-output name=TAG_VERSION::$tagVersion"
64
64
dotnet nuget push IntelliTect.Analyzers.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
65
- id: tag-version
65
+ id : tag-version
You can’t perform that action at this time.
0 commit comments