modifica yaml ci/cd x cercare folder src vs WebGl x icarus viewer

This commit is contained in:
Samuele Locatelli
2026-01-27 09:27:53 +01:00
parent 7a8e85b95d
commit 0a93746352
+2 -2
View File
@@ -62,7 +62,7 @@ WebGl.Icarus:deploy:
- *version-fix - *version-fix
- *ReplicaX - *ReplicaX
script: script:
- cd .\IcarusView\WebGl\ - cd .\IcarusView\src\
- Set-Content -Path "./.npmrc" -Value "email=ceo@steamware.net `nalways-auth=true `n//nexus.steamware.net/repository/npm-hosted/:_authToken=$NPM_TOKEN" - Set-Content -Path "./.npmrc" -Value "email=ceo@steamware.net `nalways-auth=true `n//nexus.steamware.net/repository/npm-hosted/:_authToken=$NPM_TOKEN"
- $JSON_FILE = Get-Content '.\package.json' -raw - $JSON_FILE = Get-Content '.\package.json' -raw
- $JSON_FILE_RAW = $JSON_FILE | ConvertFrom-Json - $JSON_FILE_RAW = $JSON_FILE | ConvertFrom-Json
@@ -105,7 +105,7 @@ WebGl3D.Icarus:release:
- *version-fix - *version-fix
- *ReplicaX - *ReplicaX
script: script:
- cd .\IcarusView\WebGl\ - cd .\IcarusView\src\
- Set-Content -Path "./.npmrc" -Value "email=ceo@steamware.net `nalways-auth=true `n//nexus.steamware.net/repository/npm-hosted/:_authToken=$NPM_TOKEN" - Set-Content -Path "./.npmrc" -Value "email=ceo@steamware.net `nalways-auth=true `n//nexus.steamware.net/repository/npm-hosted/:_authToken=$NPM_TOKEN"
- $JSON_FILE = Get-Content '.\package.json' -raw - $JSON_FILE = Get-Content '.\package.json' -raw
- $JSON_FILE_RAW = $JSON_FILE | ConvertFrom-Json - $JSON_FILE_RAW = $JSON_FILE | ConvertFrom-Json