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
On my CI server on VSO, I use both the GitVersionVsoTask and the GitVersionTask for MSBuild. The reason is that I want local builds to have assembly info's updated.
For now, I get the following warnings when the git version task runs on the VSO agent. I don't think it's getting a nofetch param:
3>MSBUILD : warning : WARN [09/16/15 8:31:47:34] Could not determine assembly version: Request failed with status code: 401 [f:\a1\91fa088d\MT\ViewModels\ViewModels.csproj]
348
2015-09-16T12:31:47.3561791Z INFO [09/16/15 8:31:47:34] CacheKey: f:\a1\91fa088d\MT\.git:refs/heads/release-3.0.0:be52ac789210c8f72a3943d078bef9726775b1e9
349
2015-09-16T12:31:47.3561791Z INFO [09/16/15 8:31:47:34] Version not in cache. Calculating version.
350
2015-09-16T12:31:47.3561791Z INFO [09/16/15 8:31:47:34] Applicable build agent found: 'VsoAgent'.
351
2015-09-16T12:31:47.3561791Z INFO [09/16/15 8:31:47:34] Branch from build environment: refs/heads/release-3.0.0
352
2015-09-16T12:31:47.3561791Z INFO [09/16/15 8:31:47:34] One remote found (origin -> 'https://.....visualstudio.com/DefaultCollection/....').
353
2015-09-16T12:31:47.3561791Z INFO [09/16/15 8:31:47:34] Fetching from remote 'origin' using the following refspecs: +refs/heads/*:refs/remotes/origin/*.
354
2015-09-16T12:31:47.5124075Z ##[warning]WARN [09/16/15 8:31:47:49] Could not determine assembly version: Request failed with status code: 401
355
2015-09-16T12:31:47.5124075Z 3>MSBUILD : warning : WARN [09/16/15 8:31:47:49] Could not determine assembly version: Request failed with status code: 401 [f:\a1\91fa088d\MT\ViewModels\ViewModels.csproj]
The text was updated successfully, but these errors were encountered:
On my CI server on VSO, I use both the GitVersionVsoTask and the GitVersionTask for MSBuild. The reason is that I want local builds to have assembly info's updated.
For now, I get the following warnings when the git version task runs on the VSO agent. I don't think it's getting a nofetch param:
The text was updated successfully, but these errors were encountered: