Skip to content
Success

Console Output

Started by user Logan
Running as SYSTEM
Building remotely on WinBuilder in workspace C:\Jenkins\workspace\Hotkey-Pad
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/popcorn9499/Hotkey-Pad.git # timeout=10
Fetching upstream changes from https://github.com/popcorn9499/Hotkey-Pad.git
 > git --version # timeout=10
 > git --version # 'git version 2.28.0.windows.1'
 > git fetch --tags --force --progress -- https://github.com/popcorn9499/Hotkey-Pad.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 2927db4050bc9c45a88fdb66fb4333e80908f9f2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2927db4050bc9c45a88fdb66fb4333e80908f9f2 # timeout=10
Commit message: "made this work smoother and added a keypress delay"
 > git rev-list --no-walk 2927db4050bc9c45a88fdb66fb4333e80908f9f2 # timeout=10
[Hotkey-Pad] $ cmd /c call C:\Windows\TEMP\jenkins6611588687401542685.bat

C:\Jenkins\workspace\Hotkey-Pad>C:\Nuget\nuget.exe restore "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad.sln" 
MSBuild auto-detection: using msbuild version '16.6.0.22303' from 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin'.
All packages listed in packages.config are already installed.

C:\Jenkins\workspace\Hotkey-Pad>exit 0 
Path To MSBuild.exe: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe
Executing the command cmd.exe /C " chcp 1252 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad.sln " " && exit %%ERRORLEVEL%% from C:\Jenkins\workspace\Hotkey-Pad
[Hotkey-Pad] $ cmd.exe /C " chcp 1252 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad.sln " " && exit %%ERRORLEVEL%%
Active code page: 1252
Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 8/8/2020 7:24:36 PM.
Project "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
  Building solution configuration "Release|Any CPU".
Project "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad.sln" (1) is building "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\Hotkey-Pad.csproj" (2) on node 1 (default targets).
GenerateBindingRedirects:
  No suggested binding redirects from ResolveAssemblyReferences.
MainResourcesGeneration:
Skipping target "MainResourcesGeneration" because all output files are up-to-date with respect to the input files.
CoreResGen:
  No resources are out of date with respect to their source files. Skipping resource generation.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
_CopyFilesMarkedCopyLocal:
  Touching "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\obj\Release\Hotkey-Pad.csproj.CopyComplete".
_CopyAppConfigFile:
Skipping target "_CopyAppConfigFile" because all output files are up-to-date with respect to the input files.
CopyFilesToOutputDirectory:
  Hotkey-Pad -> C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\bin\Release\Hotkey-Pad.exe
Done Building Project "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\Hotkey-Pad.csproj" (default targets).
Done Building Project "C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad.sln" (default targets).

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.27
[Hotkey-Pad] $ cmd /c call C:\Windows\TEMP\jenkins895414645398908334.bat

C:\Jenkins\workspace\Hotkey-Pad>cd C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\bin 

C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\bin>7z a Release.zip Release 

7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21

Scanning the drive:
3 folders, 9 files, 1990787 bytes (1945 KiB)

Creating archive: Release.zip

Add new data to archive: 3 folders, 9 files, 1990787 bytes (1945 KiB)


Files read from disk: 9
Archive size: 479581 bytes (469 KiB)
Everything is Ok

C:\Jenkins\workspace\Hotkey-Pad\Hotkey-Pad\bin>exit 0 
Archiving artifacts
Finished: SUCCESS