You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running jf dotnet restore we are getting NU5037-errors ("The package is missing the required nuspec file. Path: C:\Users<user>.nuget\packages<package>"). The problem occurs only with CLI version >=2.25.5. Version 2.25.4 does not produce this error.
Current behavior
10:47:43 [Debug] JFrog CLI version: 2.25.5
10:47:43 [Debug] OS/Arch: windows/amd64
10:47:43 [Debug] Locking config file to run config AddOrEdit command.
10:47:43 [Debug] Creating lock in: C:\Users\...\.jfrog\locks\config
10:47:43 [Debug] Sending HTTP GET request to: https://.../artifactory/api/security/encryptedPassword
10:47:43 [Debug] Releasing lock: C:\Users\...\.jfrog\locks\config\jfrog-cli.conf.lck.10720.1680079663728075500
10:47:43 [Debug] Config AddOrEdit command completed successfully. config file is released.
Executing JFrog CLI Command: E:\BA\A1\_work\_tool\jf\2.25.5\x64\jf.exe c use "..._1.11.9-beta+318da350cc_dotnet_resolver_1680079663616"
10:47:44 [Debug] JFrog CLI version: 2.25.5
10:47:44 [Debug] OS/Arch: windows/amd64
10:47:44 [Debug] Locking config file to run config Use command.
10:47:44 [Debug] Creating lock in: C:\Users\...\.jfrog\locks\config
10:47:44 [Info] Using server ID '..._1.11.9-beta+318da350cc_dotnet_resolver_1680079663616' ().
10:47:44 [Debug] Releasing lock: C:\Users\...\.jfrog\locks\config\jfrog-cli.conf.lck.12988.1680079664102366000
10:47:44 [Debug] Config Use command completed successfully. config file is released.
Executing JFrog CLI Command: E:\BA\A1\_work\_tool\jf\2.25.5\x64\jf.exe dotnetc --server-id-resolve="..._1.11.9-beta+318da350cc_dotnet_resolver_1680079663616" --repo-resolve="...-virtual"
10:47:44 [Debug] JFrog CLI version: 2.25.5
10:47:44 [Debug] OS/Arch: windows/amd64
10:47:44 [Info] dotnet build config successfully created.
Executing JFrog CLI Command: E:\BA\A1\_work\_tool\jf\2.25.5\x64\jf.exe dotnet restore --build-name="..." --build-number="1.11.9-beta+318da350cc" --project="..."
10:47:44 [Debug] JFrog CLI version: 2.25.5
10:47:44 [Debug] OS/Arch: windows/amd64
10:47:44 [Debug] Found resolver in the config file E:\BA\A1\_work\1764\s\...\.jfrog\projects\dotnet.yaml
10:47:44 [Info] Running dotnet...
10:47:44 [Debug] Usage Report: Sending info...
10:47:44 [Debug] Saving build general details at: C:\Users\...\AppData\Local\Temp\jfrog\builds\4acdb31359592d9132f80e5017f39ba17d56c053386f5d46ea566824e6b07406\partials
10:47:44 [Debug] Nuget config file created at: C:\Users\...\AppData\Local\Temp\jfrog.cli.temp.-1680079664-3680322348\jfrog.cli.nuget.3947047009
10:47:44 [Debug] Sending HTTP GET request to: https://.../artifactory/api/system/version
10:47:45 [Debug] Artifactory response: 200
10:47:45 [Debug] JFrog Artifactory version is: 7.46.11
10:47:45 [Debug] Sending HTTP POST request to: https://.../artifactory/api/system/usage
10:47:45 [Debug] Usage Report: Artifactory response: 200
10:47:45 [Debug] Usage Report: Usage info sent successfully.
Determining projects to restore...
C:\Program Files\dotnet\sdk\7.0.201\NuGet.targets(132,5): error NU5037: The package is missing the required nuspec file. Path: C:\Users\...\.nuget\packages\microsoft.data.sqlclient\2.1.4 [E:\BA\A1\_work\1764\s\...\....sln]
10:47:47 [Error] exit status 1
Reproduction steps
No response
Expected behavior
jf dotnet restore works without NU5037 (for versions >=2.25.5)
JFrog CLI version
=2.25.5
Operating system type and version
Windows Server 2016
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
jf dotnet restore
we are getting NU5037-errors ("The package is missing the required nuspec file. Path: C:\Users<user>.nuget\packages<package>"). The problem occurs only with CLI version >=2.25.5. Version 2.25.4 does not produce this error.Current behavior
Reproduction steps
No response
Expected behavior
jf dotnet restore
works without NU5037 (for versions >=2.25.5)JFrog CLI version
Operating system type and version
Windows Server 2016
JFrog Artifactory version
No response
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: