File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Pack
3535 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
3737
3838 - name : Upload Artifacts
3939 if : startsWith(github.ref, 'refs/tags/v')
6262 $tagVersion = "${{ github.ref }}".substring(11)
6363 echo "::set-output name=TAG_VERSION::$tagVersion"
6464 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