Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nuget restore missing packages #27

Closed
clmcgrath opened this issue Aug 26, 2019 · 2 comments
Closed

nuget restore missing packages #27

clmcgrath opened this issue Aug 26, 2019 · 2 comments
Assignees

Comments

@clmcgrath
Copy link

Not really sure where to put this ,
this i think applies more to the windows base image than to setup-dotnet
but i can't find anywhere to post issues for the base images or the agents in general

nuget restore is missing packages
i am using the action file below
when i run nuget restore locally i get 15 packages restored
but when it is runs on github it only restores 1 package , json.net and causes the build to fail

name: Build Points Calculator

on: [push]
jobs:
  build:
    runs-on: windows-latest

    steps:
    - uses: actions/checkout@master

    - name: Setup VSWhere.exe
      uses: warrenbuckley/Setup-VSWhere@v1

    - name: Setup Nuget.exe
      uses: warrenbuckley/Setup-Nuget@v1

    - name: Nuget Restore 
      run: nuget restore .\AwardScenePoints.sln

    - name: Build Solution 
      run: powershell -Command " $msbuild = vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe;  & "$msbuild" AwardScenePoints.sln "
@damccorm
Copy link
Contributor

Could you share your logs? This kinda sounds like a nuget issue, and since we don't own setup-nuget (that's a 3rd party action) I'm not sure how much help I can be

@damccorm damccorm self-assigned this Aug 27, 2019
@bryanmacfarlane
Copy link
Member

Yeah, you will need to file an issue with the author of setup-nuget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants