This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
image: node:6.10.0
stages:
- push_to_packman_staging
push_to_packman_staging:
stage: push_to_packman_staging
only:
- tags
script:
- sed -i "s/0.0.1-PLACEHOLDERVERSION/$CI_COMMIT_TAG/g" package.json
- sed -i "s/PLACEHOLDERSHA/$CI_COMMIT_SHA/g" package.json
- sed -i "s/0.0.1-PLACEHOLDERVERSION/$CI_COMMIT_TAG/g" CHANGELOG.md
- curl -u $USER_NAME:$API_KEY https://staging-packages.unity.com/auth > .npmrc
- npm publish

View File

@@ -0,0 +1,22 @@
# Changelog
## [1.0.6] - 2020-11-30
- isExplicitlyReferenced set to 0 (case 1296162)
## [1.0.5] - 2020-11-04
- Removed pdb files
## [1.0.4] - 2020-11-03
- Added the portable-pdb (DSTR-37)
## [1.0.3] - 2020-10-30
- Fixed being able to load mdb or portable-pdb symbolsbug (DSTR-37)
- Minimum unity version updated (case 1279253)
## [1.0.2] - 2019-12-04
- Added missed metafiles
## [0.0.1] - 2019-02-21
### This is the first release of *Unity Package com.unity.ext.nunit*.
- Migrated the custom version of nunit from inside of unity.

View File

@@ -0,0 +1,19 @@
Copyright (c) 2018 Charlie Poole, Rob Prouse
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@@ -0,0 +1,6 @@
# Custom Nunit build to work with Unity
This version of nunit works with all platforms, il2cpp and Mono AOT.
For Nunit Documentation:
https://github.com/nunit/docs/wiki/NUnit-Documentation

View File

@@ -0,0 +1,24 @@
{
"displayName": "Custom NUnit",
"name": "com.unity.ext.nunit",
"version": "1.0.6",
"unity": "2019.2",
"description": "Custom version of the nunit package build to work with Unity. Used by the Unity Test Framework.",
"keywords": [
"nunit",
"unittest",
"test"
],
"category": "Libraries",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ext.nunit.git",
"type": "git",
"revision": "29ea4d6504a5f58fb3a6934db839aa80ae6d9d88"
},
"relatedPackages": {
"com.unity.ext.nunit.tests": "1.0.6"
},
"upmCi": {
"footprint": "e9f76bd265402773096bf08a8ffb51cd3d76f39a"
}
}