File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 dotnet-version : ${{ env.dotnet }}
2222 - name : set environment
23- run : ::stop-commands ::echo ::set-env name=workspace::$GITHUB_WORKSPACE
23+ run : ::stop-commands::echo ::set-env name=workspace::$GITHUB_WORKSPACE
2424 - name : setup nuget config
25- run : sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
25+ run : ::stop-commands:: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ env.workspace }}/Package/nuget.config" > nuget.config
2626 - name : create file
2727 run : dotnet pack ToolBox/ToolBox.csproj /p:NuspecFile=${{ env.workspace }}/ToolBox/ToolBox.nuspec -o ${{ env.workspace }}/Package/ -c release
2828 - name : publish nuget on microsoft
You can’t perform that action at this time.
0 commit comments