Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. gurdipsira_1_1508
    G
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    gurdipsira_1_1508

    @gurdipsira_1_1508

    0
    Reputation
    9
    Posts
    6
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    gurdipsira_1_1508 Follow

    Best posts made by gurdipsira_1_1508

    This user hasn't posted anything yet.

    Latest posts made by gurdipsira_1_1508

    • RE: Invoke-Expression from global PowerShell script

      Are you sure you're using the right server context when calling the BuildMaster Powershell Asset? If you print out the server name in your asset using $env:computername do you get back the expected server? If I create a simple plan

      ##AH:UseTextMode
      for server $MyServer
      {
          PSCall GLOBAL::Test_Powershell_Asset;
      }
      

      Where my powershell asset is defined as this one-liner

      Invoke-Expression C:\Path\To\PowerShell\script.ps1
      

      Then I am able to run this script, no problem.

      posted in Support
      G
      gurdipsira_1_1508
    • Otter extension missing

      Hi
      I hav installed Otter and installed the Chocolatey extension to the program data directory. However, even after a server reboot, I do not see the extension in Otter.

      Please advise?

      Thanks

      Product: Otter
      Version: 2.0.4

      posted in Support
      G
      gurdipsira_1_1508
    • RE: Packages not appearing in Proget feed

      Ok got this working by removing the api key in the feed properties, thanks!

      posted in Support
      G
      gurdipsira_1_1508
    • RE: Packages not appearing in Proget feed

      Ok so I tried:

      nuget push SampleCode2.1.0.0.0.nupkg Admin:Admin
      -Source http://10.0.0.211:81/nuget/TestSitePackages/

      But vstill get a 403.

      posted in Support
      G
      gurdipsira_1_1508
    • RE: Packages not appearing in Proget feed

      So in the case of my usernane and pwd being Admin, Admin:Admin ?

      posted in Support
      G
      gurdipsira_1_1508
    • RE: Packages not appearing in Proget feed

      Hmm, with the API url, I get 403.

      I am using the API key that is set on the feed in properties.

      posted in Support
      G
      gurdipsira_1_1508
    • Packages not appearing in Proget feed

      Hi,
      I am trying to push a Nupkg file from TFS 2018 to Proget, using the Nuget push comand.

      However, even though the build runs successfully, I see nothing in Proget?

      I can send screenshots of the configuration.

      Thanks

      Product: ProGet
      Version: 5.0.8

      posted in Support
      G
      gurdipsira_1_1508
    • Error when dragging action on designer

      Hi,
      I have a Powershell script but try to drag it into the configuration plan designer.

      An unexpected error occured while posting to the server.
      Internal server errorYou should try to save your work if possible

      Please advise.

      Product: Otter
      Version: 1.7.1

      posted in Support
      G
      gurdipsira_1_1508
    • Automated Deployment

      Hi,
      I am setting up Otter for my servers and was wondering if there was a way to mass deploy agents onto servers.

      Thanks

      Product: Otter
      Version: 1.7.1

      posted in Support
      G
      gurdipsira_1_1508