File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments