Skip to content

Commit

Permalink
chore: remove unused strong-named signing build infrastructure (#2458)
Browse files Browse the repository at this point in the history
The buildspec currently contains a prebuild step which fetches a key for
strong-named signing; however, signing has been disabled for at least six months
(see #1770).

Removing the unused code to faciliate cleaning up our infrastructure a bit.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
njlynch authored Jan 21, 2021
1 parent b03967e commit e15984c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
3 changes: 0 additions & 3 deletions buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ phases:
# Temporarily - install yarn if it's not there already
- yarn --version || npm install --global yarn
- yarn install --frozen-lockfile
pre_build:
commands:
- yarn fetch-dotnet-snk
build:
commands:
- yarn build && yarn test
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint:fix": "lerna run lint:fix --stream --sort",
"bump": "bash scripts/bump.sh",
"dist-clean": "lerna run dist-clean --stream && rm -rf dist",
"fetch-dotnet-snk": "bash scripts/fetch-dotnet-snk.sh",
"package": "bash scripts/package.sh",
"test": "lerna run test --concurrency=1 --stream",
"test:integ": "lerna run test:integ --stream",
Expand Down
58 changes: 0 additions & 58 deletions scripts/fetch-dotnet-snk.sh

This file was deleted.

0 comments on commit e15984c

Please sign in to comment.