Skip to content

Commit c513ead

Browse files
committed
chore: remove release-packages job from CI workflow
1 parent c04933c commit c513ead

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -90,47 +90,6 @@ jobs:
9090
with:
9191
files: coverage_dotnet.xml
9292

93-
release-packages:
94-
runs-on: ubuntu-latest
95-
96-
env:
97-
RELEASE_KEY_SECRET: ${{ secrets.RELEASE_KEY_SECRET }}
98-
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
99-
100-
steps:
101-
- uses: actions/setup-dotnet@v4
102-
with:
103-
dotnet-quality: ga
104-
dotnet-version: |
105-
3.1
106-
8.0
107-
108-
- uses: actions/checkout@v4
109-
110-
- if: ${{ env.RELEASE_KEY_SECRET != '' }}
111-
run: |
112-
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
113-
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
114-
curl -L -o /opt/secure-file.zip https://github.com/appveyor/secure-file/releases/download/1.0.1/secure-file.zip
115-
unzip /opt/secure-file.zip -d /opt/secure-file
116-
dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
117-
118-
- run: node build/make-nojquery
119-
- run: node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"
120-
121-
- run: npm pack
122-
- run: npm pack ./js-nojquery
123-
124-
- if: ${{ env.RELEASE_KEY_SECRET != '' }}
125-
run: dotnet pack net/DevExtreme.AspNet.Data --configuration=Release --include-symbols
126-
127-
- uses: actions/upload-artifact@v4
128-
with:
129-
name: release-packages
130-
path: |
131-
net/DevExtreme.AspNet.Data/bin/Release/*.nupkg
132-
devextreme-aspnet-data-*.tgz
133-
13493
docfx:
13594
runs-on: windows-latest
13695

0 commit comments

Comments
 (0)